C# 클래스 Microsoft.AspNetCore.Authentication.ActiveDirectory.HandshakeState

A windows authentication session
상속: IDisposable
파일 보기 프로젝트 열기: OneBitSoftware/Microsoft.AspNetCore.Authentication.ActiveDirectory 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AuthenticationProperties AuthenticationProperties

공개 메소드들

메소드 설명
Dispose ( ) : void
HandshakeState ( ) : Microsoft.AspNetCore.Http.Authentication
IsClientResponseValid ( byte message ) : bool

Validate the client response and fill the indentity of the token

TryAcquireServerChallenge ( byte &message ) : bool

Try to acquire the server challenge for this state

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

HandshakeState() 공개 메소드

public HandshakeState ( ) : Microsoft.AspNetCore.Http.Authentication
리턴 Microsoft.AspNetCore.Http.Authentication

IsClientResponseValid() 공개 메소드

Validate the client response and fill the indentity of the token
public IsClientResponseValid ( byte message ) : bool
message byte
리턴 bool

TryAcquireServerChallenge() 공개 메소드

Try to acquire the server challenge for this state
public TryAcquireServerChallenge ( byte &message ) : bool
message byte
리턴 bool

프로퍼티 상세

AuthenticationProperties 공개적으로 프로퍼티

The authentication properties we extract from the authentication challenge received from application layer
public AuthenticationProperties AuthenticationProperties
리턴 AuthenticationProperties