Struct windows_sys::Win32::Security::Authentication::Identity::SecPkgContext_CertInfo
#[repr(C)]pub struct SecPkgContext_CertInfo {
pub dwVersion: u32,
pub cbSubjectName: u32,
pub pwszSubjectName: PWSTR,
pub cbIssuerName: u32,
pub pwszIssuerName: PWSTR,
pub dwKeySize: u32,
}Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields§
§dwVersion: u32§cbSubjectName: u32§pwszSubjectName: PWSTR§cbIssuerName: u32§pwszIssuerName: PWSTR§dwKeySize: u32