Struct windows_sys::Win32::Security::Authentication::Identity::KERB_EXTERNAL_NAME
[−]#[repr(C)]pub struct KERB_EXTERNAL_NAME {
pub NameType: i16,
pub NameCount: u16,
pub Names: [UNICODE_STRING; 1],
}Expand description
Required features: ‘Win32_Security_Authentication_Identity’, ‘Win32_Foundation’
Fields
NameType: i16NameCount: u16Names: [UNICODE_STRING; 1]