Struct winapi::shared::sspi::SecPkgContext_NegoKeys [−][src]
#[repr(C)]pub struct SecPkgContext_NegoKeys {
pub KeyType: c_ulong,
pub KeyLength: c_ushort,
pub KeyValue: *mut c_uchar,
pub VerifyKeyType: c_ulong,
pub VerifyKeyLength: c_ushort,
pub VerifyKeyValue: *mut c_uchar,
}
Fields
KeyType: c_ulong
KeyLength: c_ushort
KeyValue: *mut c_uchar
VerifyKeyType: c_ulong
VerifyKeyLength: c_ushort
VerifyKeyValue: *mut c_uchar
Trait Implementations
Returns the “default value” for a type. Read more