RemoteAuthenticationHandler<TOptions>.GenerateCorrelationId 方法

定义

重载

GenerateCorrelationId(AuthenticationProperties)

生成一个 Cookie,其中包含用于关联当前远程身份验证请求的 nonce。

GenerateCorrelationId(AuthenticationProperties)

GenerateCorrelationId(AuthenticationProperties)

Source:
RemoteAuthenticationHandler.cs
Source:
RemoteAuthenticationHandler.cs

生成一个 Cookie,其中包含用于关联当前远程身份验证请求的 nonce。

protected:
 virtual void GenerateCorrelationId(Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ properties);
protected virtual void GenerateCorrelationId (Microsoft.AspNetCore.Authentication.AuthenticationProperties properties);
abstract member GenerateCorrelationId : Microsoft.AspNetCore.Authentication.AuthenticationProperties -> unit
override this.GenerateCorrelationId : Microsoft.AspNetCore.Authentication.AuthenticationProperties -> unit
Protected Overridable Sub GenerateCorrelationId (properties As AuthenticationProperties)

参数

适用于

GenerateCorrelationId(AuthenticationProperties)

protected:
 virtual void GenerateCorrelationId(Microsoft::AspNetCore::Http::Authentication::AuthenticationProperties ^ properties);
protected virtual void GenerateCorrelationId (Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties properties);
abstract member GenerateCorrelationId : Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties -> unit
override this.GenerateCorrelationId : Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties -> unit
Protected Overridable Sub GenerateCorrelationId (properties As AuthenticationProperties)

参数

适用于