Struct winapi::shared::sspi::SecPkgCredentials_KdcProxySettingsW [−][src]
#[repr(C)]pub struct SecPkgCredentials_KdcProxySettingsW {
pub Version: ULONG,
pub Flags: ULONG,
pub ProxyServerOffset: USHORT,
pub ProxyServerLength: USHORT,
pub ClientTlsCredOffset: USHORT,
pub ClientTlsCredLength: USHORT,
}Fields
Version: ULONGFlags: ULONGProxyServerOffset: USHORTProxyServerLength: USHORTClientTlsCredOffset: USHORTClientTlsCredLength: USHORTTrait Implementations
Returns the “default value” for a type. Read more