AuthenticationHandler.ValidateCorrelationId Method (AuthenticationProperties, ILogger)

 

Namespace:   Microsoft.Owin.Security.Infrastructure
Assembly:  Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)

Syntax

protected bool ValidateCorrelationId(
    AuthenticationProperties properties,
    ILogger logger
)
protected:
bool ValidateCorrelationId(
    AuthenticationProperties^ properties,
    ILogger^ logger
)
member ValidateCorrelationId : 
        properties:AuthenticationProperties *
        logger:ILogger -> bool
Protected Function ValidateCorrelationId (
    properties As AuthenticationProperties,
    logger As ILogger
) As Boolean

Return Value

Type: System.Boolean

See Also

AuthenticationHandler Class
Microsoft.Owin.Security.Infrastructure Namespace

Return to top