ReactOS 0.4.15-dev-8028-g8e799e2
_RpcAuthInfo Struct Reference

#include <rpc_binding.h>

Collaboration diagram for _RpcAuthInfo:

Public Attributes

LONG refs
 
ULONG AuthnLevel
 
ULONG AuthnSvc
 
CredHandle cred
 
TimeStamp exp
 
ULONG cbMaxToken
 
RPC_AUTH_IDENTITY_HANDLEidentity
 
SEC_WINNT_AUTH_IDENTITY_Wnt_identity
 
LPWSTR server_principal_name
 

Detailed Description

Definition at line 36 of file rpc_binding.h.

Member Data Documentation

◆ AuthnLevel

◆ AuthnSvc

ULONG _RpcAuthInfo::AuthnSvc

◆ cbMaxToken

ULONG _RpcAuthInfo::cbMaxToken

Definition at line 44 of file rpc_binding.h.

Referenced by RpcAuthInfo_Create(), and RPCRT4_default_authorize().

◆ cred

CredHandle _RpcAuthInfo::cred

Definition at line 42 of file rpc_binding.h.

Referenced by RpcAuthInfo_Create(), RpcAuthInfo_Release(), and RPCRT4_default_authorize().

◆ exp

TimeStamp _RpcAuthInfo::exp

Definition at line 43 of file rpc_binding.h.

Referenced by RpcAuthInfo_Create().

◆ identity

RPC_AUTH_IDENTITY_HANDLE* _RpcAuthInfo::identity

Definition at line 46 of file rpc_binding.h.

Referenced by RpcAuthInfo_Create(), and RpcAuthInfo_IsEqual().

◆ nt_identity

SEC_WINNT_AUTH_IDENTITY_W* _RpcAuthInfo::nt_identity

Definition at line 49 of file rpc_binding.h.

Referenced by RpcAuthInfo_Create(), RpcAuthInfo_IsEqual(), and RpcAuthInfo_Release().

◆ refs

LONG _RpcAuthInfo::refs

Definition at line 38 of file rpc_binding.h.

Referenced by RpcAuthInfo_AddRef(), RpcAuthInfo_Create(), and RpcAuthInfo_Release().

◆ server_principal_name


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