RemoteAuthenticationHandler<TOptions>.ValidateCorrelationId Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
- properties
- AuthenticationProperties
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
- properties
- AuthenticationProperties