AuthenticationHandler.GenerateCorrelationId Method (AuthenticationProperties)
Namespace: Microsoft.Owin.Security.Infrastructure
Assembly: Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)
Syntax
protected void GenerateCorrelationId(
AuthenticationProperties properties
)
protected:
void GenerateCorrelationId(
AuthenticationProperties^ properties
)
member GenerateCorrelationId :
properties:AuthenticationProperties -> unit
Protected Sub GenerateCorrelationId (
properties As AuthenticationProperties
)
See Also
AuthenticationHandler Class
Microsoft.Owin.Security.Infrastructure Namespace
Return to top