Struct windows_sys::Win32::Security::Authentication::Identity::SECPKG_SERIALIZED_OID
#[repr(C)]pub struct SECPKG_SERIALIZED_OID {
pub OidLength: u32,
pub OidAttributes: u32,
pub OidValue: [u8; 32],
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields§
§OidLength: u32
§OidAttributes: u32
§OidValue: [u8; 32]