Struct winapi::mssip::SIP_SUBJECTINFO
[−]
[src]
pub struct SIP_SUBJECTINFO {
pub cbSize: DWORD,
pub pgSubjectType: *mut GUID,
pub hFile: HANDLE,
pub pwsFileName: LPCWSTR,
pub pwsDisplayName: LPCWSTR,
pub dwReserved1: DWORD,
pub dwIntVersion: DWORD,
pub hProv: HCRYPTPROV,
pub DigestAlgorithm: CRYPT_ALGORITHM_IDENTIFIER,
pub dwFlags: DWORD,
pub dwEncodingType: DWORD,
pub dwReserved2: DWORD,
pub fdwCAPISettings: DWORD,
pub fdwSecuritySettings: DWORD,
pub dwIndex: DWORD,
pub dwUnionChoice: DWORD,
pub psFlat: *mut MS_ADDINFO_FLAT,
pub pClientData: LPVOID,
}Fields
cbSize | |
pgSubjectType | |
hFile | |
pwsFileName | |
pwsDisplayName | |
dwReserved1 | |
dwIntVersion | |
hProv | |
DigestAlgorithm | |
dwFlags | |
dwEncodingType | |
dwReserved2 | |
fdwCAPISettings | |
fdwSecuritySettings | |
dwIndex | |
dwUnionChoice | |
psFlat | |
pClientData |
Methods
impl SIP_SUBJECTINFO[src]
unsafe fn psCatMember(&self) -> &*mut MS_ADDINFO_CATALOGMEMBER
unsafe fn psCatMember_mut(&mut self) -> &mut *mut MS_ADDINFO_CATALOGMEMBER
impl SIP_SUBJECTINFO[src]
unsafe fn psBlob(&self) -> &*mut MS_ADDINFO_BLOB
unsafe fn psBlob_mut(&mut self) -> &mut *mut MS_ADDINFO_BLOB
Trait Implementations
impl Copy for SIP_SUBJECTINFO[src]
impl Clone for SIP_SUBJECTINFO[src]
fn clone(&self) -> SIP_SUBJECTINFO
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more