RemoteAuthenticationHandler<TOptions>.GenerateCorrelationId メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GenerateCorrelationId(AuthenticationProperties) |
現在のリモート認証要求を関連付けるために使用される nonce を含む Cookie を生成します。 |
GenerateCorrelationId(AuthenticationProperties) |
GenerateCorrelationId(AuthenticationProperties)
現在のリモート認証要求を関連付けるために使用される 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)
パラメーター
- properties
- 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)
パラメーター
- properties
- AuthenticationProperties