Click or drag to resize

SecurityProviderBaseIsRedirectRequested Property

Gets the flag that indicates whether the user needs to be redirected after the Authentication attempt.

Namespace: GSF.Security
Assembly: GSF.Security (in GSF.Security.dll) Version: 2.4.181-beta
Syntax
public virtual bool IsRedirectRequested { get; }
View Source

Property Value

Boolean

Implements

ISecurityProviderIsRedirectRequested
See Also