Share via


RemoteAuthenticationHandler<TOptions>.GenerateCorrelationId Methode

Definition

Überlädt

GenerateCorrelationId(AuthenticationProperties)

Erzeugt ein Cookie, das eine Nonce enthält, die zum Korrelieren der aktuellen Remoteauthentifizierungsanforderung verwendet wird.

GenerateCorrelationId(AuthenticationProperties)

GenerateCorrelationId(AuthenticationProperties)

Quelle:
RemoteAuthenticationHandler.cs
Quelle:
RemoteAuthenticationHandler.cs

Erzeugt ein Cookie, das eine Nonce enthält, die zum Korrelieren der aktuellen Remoteauthentifizierungsanforderung verwendet wird.

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)

Parameter

Gilt für:

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)

Parameter

Gilt für: