Udostępnij przez


RemoteAuthenticationHandler<TOptions>.GenerateCorrelationId Metoda

Definicja

Przeciążenia

GenerateCorrelationId(AuthenticationProperties)

Tworzy plik cookie zawierający nieużytowane w celu skorelowania bieżącego żądania uwierzytelniania zdalnego.

GenerateCorrelationId(AuthenticationProperties)

GenerateCorrelationId(AuthenticationProperties)

Źródło:
RemoteAuthenticationHandler.cs
Źródło:
RemoteAuthenticationHandler.cs

Tworzy plik cookie zawierający nieużytowane w celu skorelowania bieżącego żądania uwierzytelniania zdalnego.

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

Dotyczy

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

Dotyczy