ReactOS 0.4.15-dev-7906-g1b85a5f
_RPC_HTTP_TRANSPORT_CREDENTIALS_A Struct Reference

#include <rpcdce.h>

Collaboration diagram for _RPC_HTTP_TRANSPORT_CREDENTIALS_A:

Public Attributes

SEC_WINNT_AUTH_IDENTITY_ATransportCredentials
 
ULONG Flags
 
ULONG AuthenticationTarget
 
ULONG NumberOfAuthnSchemes
 
ULONGAuthnSchemes
 
unsigned charServerCertificateSubject
 

Detailed Description

Definition at line 253 of file rpcdce.h.

Member Data Documentation

◆ AuthenticationTarget

ULONG _RPC_HTTP_TRANSPORT_CREDENTIALS_A::AuthenticationTarget

Definition at line 257 of file rpcdce.h.

Referenced by RpcBindingSetAuthInfoExA().

◆ AuthnSchemes

ULONG* _RPC_HTTP_TRANSPORT_CREDENTIALS_A::AuthnSchemes

Definition at line 259 of file rpcdce.h.

Referenced by RpcBindingSetAuthInfoExA().

◆ Flags

ULONG _RPC_HTTP_TRANSPORT_CREDENTIALS_A::Flags

Definition at line 256 of file rpcdce.h.

Referenced by RpcBindingSetAuthInfoExA().

◆ NumberOfAuthnSchemes

ULONG _RPC_HTTP_TRANSPORT_CREDENTIALS_A::NumberOfAuthnSchemes

Definition at line 258 of file rpcdce.h.

Referenced by RpcBindingSetAuthInfoExA().

◆ ServerCertificateSubject

unsigned char* _RPC_HTTP_TRANSPORT_CREDENTIALS_A::ServerCertificateSubject

Definition at line 260 of file rpcdce.h.

Referenced by RpcBindingSetAuthInfoExA().

◆ TransportCredentials

SEC_WINNT_AUTH_IDENTITY_A* _RPC_HTTP_TRANSPORT_CREDENTIALS_A::TransportCredentials

Definition at line 255 of file rpcdce.h.

Referenced by RpcBindingSetAuthInfoExA().


The documentation for this struct was generated from the following file: