RemoteAuthenticationHandler<TOptions>.ValidateCorrelationId 方法    
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
| ValidateCorrelationId(AuthenticationProperties) | 验证当前请求是否与当前远程身份验证请求相关联。 | 
| ValidateCorrelationId(AuthenticationProperties) | 
ValidateCorrelationId(AuthenticationProperties)
验证当前请求是否与当前远程身份验证请求相关联。
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 -> boolProtected Overridable Function ValidateCorrelationId (properties As AuthenticationProperties) As Boolean参数
- properties
- AuthenticationProperties
返回
适用于
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 -> boolProtected Overridable Function ValidateCorrelationId (properties As AuthenticationProperties) As Boolean参数
- properties
- AuthenticationProperties