C# Класс Microsoft.AspNetCore.Authentication.ActiveDirectory.HandshakeState

A windows authentication session
Наследование: IDisposable
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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