Share via


RemoteAuthenticationHandler<TOptions>.GenerateCorrelationId Method

Definition

Overloads

GenerateCorrelationId(AuthenticationProperties)

Produces a cookie containing a nonce used to correlate the current remote authentication request.

GenerateCorrelationId(AuthenticationProperties)

GenerateCorrelationId(AuthenticationProperties)

Source:
RemoteAuthenticationHandler.cs
Source:
RemoteAuthenticationHandler.cs
Source:
RemoteAuthenticationHandler.cs

Produces a cookie containing a nonce used to correlate the current remote authentication request.

protected virtual void GenerateCorrelationId(Microsoft.AspNetCore.Authentication.AuthenticationProperties properties);

Parameters

Applies to

GenerateCorrelationId(AuthenticationProperties)

protected virtual void GenerateCorrelationId(Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties properties);

Parameters

Applies to