Function windows_sys::Win32::Security::Cryptography::CertCreateSelfSignCertificate
[−]pub unsafe extern "system" fn CertCreateSelfSignCertificate(
hcryptprovorncryptkey: usize,
psubjectissuerblob: *const CRYPTOAPI_BLOB,
dwflags: CERT_CREATE_SELFSIGN_FLAGS,
pkeyprovinfo: *const CRYPT_KEY_PROV_INFO,
psignaturealgorithm: *const CRYPT_ALGORITHM_IDENTIFIER,
pstarttime: *const SYSTEMTIME,
pendtime: *const SYSTEMTIME,
pextensions: *const CERT_EXTENSIONS
) -> *mut CERT_CONTEXTExpand description
Required features: ‘Win32_Security_Cryptography’, ‘Win32_Foundation’
