次の方法で共有


RemoteAuthenticationHandler<TOptions>.GenerateCorrelationId メソッド

定義

オーバーロード

GenerateCorrelationId(AuthenticationProperties)

現在のリモート認証要求を関連付けるために使用される nonce を含む Cookie を生成します。

GenerateCorrelationId(AuthenticationProperties)

GenerateCorrelationId(AuthenticationProperties)

ソース:
RemoteAuthenticationHandler.cs
ソース:
RemoteAuthenticationHandler.cs
ソース:
RemoteAuthenticationHandler.cs

現在のリモート認証要求を関連付けるために使用される nonce を含む Cookie を生成します。

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)

パラメーター

適用対象