Method |
Description |
|
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 |
|
|