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: ULONG
Flags: ULONG
ProxyServerOffset: USHORT
ProxyServerLength: USHORT
ClientTlsCredOffset: USHORT
ClientTlsCredLength: USHORT
Trait Implementations
Returns the “default value” for a type. Read more