Condividi tramite


RemoteAuthenticationHandler<TOptions>.ValidateCorrelationId Metodo

Definizione

Overload

ValidateCorrelationId(AuthenticationProperties)

Verifica che la richiesta corrente sia correlata alla richiesta di autenticazione remota corrente.

ValidateCorrelationId(AuthenticationProperties)

ValidateCorrelationId(AuthenticationProperties)

Origine:
RemoteAuthenticationHandler.cs
Origine:
RemoteAuthenticationHandler.cs
Origine:
RemoteAuthenticationHandler.cs

Verifica che la richiesta corrente sia correlata alla richiesta di autenticazione remota corrente.

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

Parametri

Restituisce

Si applica a

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

Parametri

Restituisce

Si applica a