Struct windows_sys::Win32::Security::Cryptography::CERT_EXTENSION
#[repr(C)]pub struct CERT_EXTENSION {
pub pszObjId: PSTR,
pub fCritical: BOOL,
pub Value: CRYPT_INTEGER_BLOB,
}Expand description
Required features: "Win32_Security_Cryptography", "Win32_Foundation"
Fields§
§pszObjId: PSTR§fCritical: BOOL§Value: CRYPT_INTEGER_BLOB