RemoteAuthenticationHandler<TOptions>.ValidateCorrelationId Méthode

Définition

Surcharges

ValidateCorrelationId(AuthenticationProperties)

Vérifie que la requête actuelle est en corrélation avec la demande d’authentification à distance actuelle.

ValidateCorrelationId(AuthenticationProperties)

ValidateCorrelationId(AuthenticationProperties)

Vérifie que la requête actuelle est en corrélation avec la demande d’authentification à distance actuelle.

protected:
 virtual bool ValidateCorrelationId(Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ properties);
protected virtual bool ValidateCorrelationId (Microsoft.AspNetCore.Authentication.AuthenticationProperties properties);
abstract member ValidateCorrelationId : Microsoft.AspNetCore.Authentication.AuthenticationProperties -> bool
override this.ValidateCorrelationId : Microsoft.AspNetCore.Authentication.AuthenticationProperties -> bool
Protected Overridable Function ValidateCorrelationId (properties As AuthenticationProperties) As Boolean

Paramètres

Retours

S’applique à

ValidateCorrelationId(AuthenticationProperties)

protected:
 virtual bool ValidateCorrelationId(Microsoft::AspNetCore::Http::Authentication::AuthenticationProperties ^ properties);
protected virtual bool ValidateCorrelationId (Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties properties);
abstract member ValidateCorrelationId : Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties -> bool
override this.ValidateCorrelationId : Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties -> bool
Protected Overridable Function ValidateCorrelationId (properties As AuthenticationProperties) As Boolean

Paramètres

Retours

S’applique à