C# Класс Nancy.Authentication.Ntlm.Security.EndPoint

Показать файл Открыть проект

Открытые методы

Метод Описание
IsClientResponseValid ( byte message, State &state ) : bool
IsServerChallengeAcquired ( byte &message, State &state ) : bool

Приватные методы

Метод Описание
AcceptSecurityContext ( Common &phCredential, Common &phContext, Common &pInput, uint fContextReq, uint TargetDataRep, Common &phNewContext, Common &pOutput, uint &pfContextAttr, Common &ptsTimeStamp ) : int
AcceptSecurityContext ( Common &phCredential, IntPtr phContext, Common &pInput, uint fContextReq, uint TargetDataRep, Common &phNewContext, Common &pOutput, uint &pfContextAttr, Common &ptsTimeStamp ) : int
AcquireCredentialsHandle ( string pszPrincipal, string pszPackage, int fCredentialUse, IntPtr PAuthenticationID, IntPtr pAuthData, int pGetKeyFn, IntPtr pvGetKeyArgument, Common &phCredential, Common &ptsExpiry ) : int

Описание методов

IsClientResponseValid() публичный статический Метод

public static IsClientResponseValid ( byte message, State &state ) : bool
message byte
state State
Результат bool

IsServerChallengeAcquired() публичный статический Метод

public static IsServerChallengeAcquired ( byte &message, State &state ) : bool
message byte
state State
Результат bool