Struct windows_sys::Win32::Security::Cryptography::Sip::SIP_SUBJECTINFO
[−]#[repr(C)]pub struct SIP_SUBJECTINFO {Show 18 fields
pub cbSize: u32,
pub pgSubjectType: *mut GUID,
pub hFile: HANDLE,
pub pwsFileName: PCWSTR,
pub pwsDisplayName: PCWSTR,
pub dwReserved1: u32,
pub dwIntVersion: u32,
pub hProv: usize,
pub DigestAlgorithm: CRYPT_ALGORITHM_IDENTIFIER,
pub dwFlags: u32,
pub dwEncodingType: u32,
pub dwReserved2: u32,
pub fdwCAPISettings: u32,
pub fdwSecuritySettings: u32,
pub dwIndex: u32,
pub dwUnionChoice: u32,
pub Anonymous: SIP_SUBJECTINFO_0,
pub pClientData: *mut c_void,
}
Expand description
Required features: "Win32_Security_Cryptography_Sip"
, "Win32_Foundation"
, "Win32_Security_Cryptography_Catalog"
Fields
cbSize: u32
pgSubjectType: *mut GUID
hFile: HANDLE
pwsFileName: PCWSTR
pwsDisplayName: PCWSTR
dwReserved1: u32
dwIntVersion: u32
hProv: usize
DigestAlgorithm: CRYPT_ALGORITHM_IDENTIFIER
dwFlags: u32
dwEncodingType: u32
dwReserved2: u32
fdwCAPISettings: u32
fdwSecuritySettings: u32
dwIndex: u32
dwUnionChoice: u32
Anonymous: SIP_SUBJECTINFO_0
pClientData: *mut c_void
Trait Implementations
impl Clone for SIP_SUBJECTINFO
impl Clone for SIP_SUBJECTINFO
impl Copy for SIP_SUBJECTINFO
Auto Trait Implementations
impl RefUnwindSafe for SIP_SUBJECTINFO
impl !Send for SIP_SUBJECTINFO
impl !Sync for SIP_SUBJECTINFO
impl Unpin for SIP_SUBJECTINFO
impl UnwindSafe for SIP_SUBJECTINFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more