Struct windows_sys::Win32::Security::Cryptography::CERT_CONTEXT
[−]#[repr(C)]pub struct CERT_CONTEXT {
pub dwCertEncodingType: u32,
pub pbCertEncoded: *mut u8,
pub cbCertEncoded: u32,
pub pCertInfo: *mut CERT_INFO,
pub hCertStore: *mut c_void,
}Expand description
Required features: ‘Win32_Security_Cryptography’, ‘Win32_Foundation’
Fields
dwCertEncodingType: u32pbCertEncoded: *mut u8cbCertEncoded: u32pCertInfo: *mut CERT_INFOhCertStore: *mut c_void