Struct winapi::shared::rpcdce::RPC_HTTP_TRANSPORT_CREDENTIALS_V2_A [−][src]
#[repr(C)]pub struct RPC_HTTP_TRANSPORT_CREDENTIALS_V2_A {
pub TransportCredentials: *mut SEC_WINNT_AUTH_IDENTITY_A,
pub Flags: c_ulong,
pub AuthenticationTarget: c_ulong,
pub NumberOfAuthnSchemes: c_ulong,
pub AuthnSchemes: *mut c_ulong,
pub ServerCertificateSubject: *mut c_uchar,
pub ProxyCredentials: *mut SEC_WINNT_AUTH_IDENTITY_A,
pub NumberOfProxyAuthnSchemes: c_ulong,
pub ProxyAuthnSchemes: *mut c_ulong,
}Fields
TransportCredentials: *mut SEC_WINNT_AUTH_IDENTITY_AFlags: c_ulongAuthenticationTarget: c_ulongNumberOfAuthnSchemes: c_ulongAuthnSchemes: *mut c_ulongServerCertificateSubject: *mut c_ucharProxyCredentials: *mut SEC_WINNT_AUTH_IDENTITY_ANumberOfProxyAuthnSchemes: c_ulongProxyAuthnSchemes: *mut c_ulongTrait Implementations
Returns the “default value” for a type. Read more