C# Class Nancy.Authentication.Ntlm.Security.EndPoint

Mostrar archivo Open project: toolchain/Nancy.Authentication.Ntlm

Public Methods

Method Description
IsClientResponseValid ( byte message, State &state ) : bool
IsServerChallengeAcquired ( byte &message, State &state ) : bool

Private Methods

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

Method Details

IsClientResponseValid() public static method

public static IsClientResponseValid ( byte message, State &state ) : bool
message byte
state State
return bool

IsServerChallengeAcquired() public static method

public static IsServerChallengeAcquired ( byte &message, State &state ) : bool
message byte
state State
return bool