Bagikan melalui


RemoteAuthenticationHandler<TOptions>.ValidateCorrelationId Metode

Definisi

Overload

ValidateCorrelationId(AuthenticationProperties)

Memvalidasi bahwa permintaan saat ini berkorelasi dengan permintaan autentikasi jarak jauh saat ini.

ValidateCorrelationId(AuthenticationProperties)

ValidateCorrelationId(AuthenticationProperties)

Sumber:
RemoteAuthenticationHandler.cs
Sumber:
RemoteAuthenticationHandler.cs
Sumber:
RemoteAuthenticationHandler.cs

Memvalidasi bahwa permintaan saat ini berkorelasi dengan permintaan autentikasi jarak jauh saat ini.

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

Parameter

Mengembalikan

Berlaku untuk

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

Parameter

Mengembalikan

Berlaku untuk