Struct windows_sys::Win32::Security::Cryptography::CERT_EXTENSION
[−]#[repr(C)]pub struct CERT_EXTENSION {
pub pszObjId: PSTR,
pub fCritical: BOOL,
pub Value: CRYPTOAPI_BLOB,
}Expand description
Required features: ‘Win32_Security_Cryptography’, ‘Win32_Foundation’
Fields
pszObjId: PSTRfCritical: BOOLValue: CRYPTOAPI_BLOB