Struct windows_sys::Win32::Security::Cryptography::CTL_ENTRY
[−]#[repr(C)]pub struct CTL_ENTRY {
pub SubjectIdentifier: CRYPTOAPI_BLOB,
pub cAttribute: u32,
pub rgAttribute: *mut CRYPT_ATTRIBUTE,
}Expand description
Required features: ‘Win32_Security_Cryptography’, ‘Win32_Foundation’
Fields
SubjectIdentifier: CRYPTOAPI_BLOBcAttribute: u32rgAttribute: *mut CRYPT_ATTRIBUTE