Struct winapi::shared::sspi::SecPkgContext_SessionKey [−][src]
#[repr(C)]pub struct SecPkgContext_SessionKey {
pub SessionKeyLength: c_ulong,
pub SessionKey: *mut c_uchar,
}
Fields
SessionKeyLength: c_ulong
SessionKey: *mut c_uchar
Trait Implementations
Returns the “default value” for a type. Read more