Compartir a través de


RemoteAuthenticationHandler<TOptions>.ValidateCorrelationId Método

Definición

Sobrecargas

ValidateCorrelationId(AuthenticationProperties)

Valida que la solicitud actual se correlaciona con la solicitud de autenticación remota actual.

ValidateCorrelationId(AuthenticationProperties)

ValidateCorrelationId(AuthenticationProperties)

Source:
RemoteAuthenticationHandler.cs
Source:
RemoteAuthenticationHandler.cs
Source:
RemoteAuthenticationHandler.cs

Valida que la solicitud actual se correlaciona con la solicitud de autenticación remota actual.

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

Parámetros

Devoluciones

Se aplica 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

Parámetros

Devoluciones

Se aplica a