C# Класс System.Net.NTAuthentication

Показать файл Открыть проект Примеры использования класса

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