Share via


RemoteAuthenticationHandler<TOptions>.GenerateCorrelationId Metoda

Definice

Přetížení

GenerateCorrelationId(AuthenticationProperties)

Vytvoří soubor cookie obsahující nonce sloužící ke korelaci aktuální žádosti o vzdálené ověřování.

GenerateCorrelationId(AuthenticationProperties)

GenerateCorrelationId(AuthenticationProperties)

Zdroj:
RemoteAuthenticationHandler.cs
Zdroj:
RemoteAuthenticationHandler.cs

Vytvoří soubor cookie obsahující nonce sloužící ke korelaci aktuální žádosti o vzdálené ověřování.

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)

Parametry

Platí pro

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)

Parametry

Platí pro