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_ulongSessionKey: *mut c_ucharTrait Implementations
Returns the “default value” for a type. Read more