프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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
|
public HandshakeState ( ) : Microsoft.AspNetCore.Http.Authentication | ||
리턴 | Microsoft.AspNetCore.Http.Authentication |
public IsClientResponseValid ( byte message ) : bool | ||
message | byte | |
리턴 | bool |
public TryAcquireServerChallenge ( byte &message ) : bool | ||
message | byte | |
리턴 | bool |