RemoteAuthenticationHandler<TOptions>.GenerateCorrelationId Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GenerateCorrelationId(AuthenticationProperties) |
Produces a cookie containing a nonce used to correlate the current remote authentication request. |
GenerateCorrelationId(AuthenticationProperties) |
GenerateCorrelationId(AuthenticationProperties)
Produces a cookie containing a nonce used to correlate the current remote authentication request.
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)
Parameters
- properties
- AuthenticationProperties
Applies to
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)
Parameters
- properties
- AuthenticationProperties