RemoteAuthenticationHandler<TOptions>.ValidateCorrelationId 方法

定义

重载

ValidateCorrelationId(AuthenticationProperties)

验证当前请求是否与当前远程身份验证请求相关联。

ValidateCorrelationId(AuthenticationProperties)

ValidateCorrelationId(AuthenticationProperties)

Source:
RemoteAuthenticationHandler.cs
Source:
RemoteAuthenticationHandler.cs

验证当前请求是否与当前远程身份验证请求相关联。

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

参数

返回

适用于

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

参数

返回

适用于