Struct windows_sys::Win32::Security::Authentication::Identity::SECPKG_EXTRA_OIDS
#[repr(C)]pub struct SECPKG_EXTRA_OIDS {
pub OidCount: u32,
pub Oids: [SECPKG_SERIALIZED_OID; 1],
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields§
§OidCount: u32
§Oids: [SECPKG_SERIALIZED_OID; 1]