Struct windows_sys::Win32::Security::Authentication::Identity::SEC_CHANNEL_BINDINGS
#[repr(C)]pub struct SEC_CHANNEL_BINDINGS {
pub dwInitiatorAddrType: u32,
pub cbInitiatorLength: u32,
pub dwInitiatorOffset: u32,
pub dwAcceptorAddrType: u32,
pub cbAcceptorLength: u32,
pub dwAcceptorOffset: u32,
pub cbApplicationDataLength: u32,
pub dwApplicationDataOffset: u32,
}Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields§
§dwInitiatorAddrType: u32§cbInitiatorLength: u32§dwInitiatorOffset: u32§dwAcceptorAddrType: u32§cbAcceptorLength: u32§dwAcceptorOffset: u32§cbApplicationDataLength: u32§dwApplicationDataOffset: u32