C# 클래스 System.Net.NTAuthentication

파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CloseContext void
Decrypt int
Encrypt int
GetClientSpecifiedSpn string
GetContext SafeDeleteContext
GetOutgoingBlob byte[]
GetOutgoingBlob byte[]
GetOutgoingBlob string
Initialize void
InitializeCallback void
MakeSignature int
NTAuthentication System.Collections.Generic
VerifySignature int

비공개 메소드들

메소드 설명
CloseContext ( ) : void
Decrypt ( byte payload, int offset, int count, int &newOffset, uint expectedSeqNumber ) : int
Encrypt ( byte buffer, int offset, int count, byte &output, uint sequenceNumber ) : int
GetClientSpecifiedSpn ( ) : string
GetContext ( SecurityStatusPal &status ) : SafeDeleteContext
GetOutgoingBlob ( byte incomingBlob, bool thrownOnError ) : byte[]
GetOutgoingBlob ( byte incomingBlob, bool throwOnError, SecurityStatusPal &statusCode ) : byte[]
GetOutgoingBlob ( string incomingBlob ) : string
Initialize ( bool isServer, string package, NetworkCredential credential, string spn, ContextFlagsPal requestedContextFlags, ChannelBinding channelBinding ) : void
InitializeCallback ( object state ) : void
MakeSignature ( byte buffer, int offset, int count, byte &output ) : int
NTAuthentication ( bool isServer, string package, NetworkCredential credential, string spn, ContextFlagsPal requestedContextFlags, ChannelBinding channelBinding ) : System.Collections.Generic
VerifySignature ( byte buffer, int offset, int count ) : int