|
SecurityProviderCacheReauthenticateCurrentPrincipal Method
|
Attempts to reauthenticate the current thread principal
after their provider has been removed from the cache.
Namespace:
GSF.Security
Assembly:
GSF.Security (in GSF.Security.dll) Version: 2.2.98-beta
Syntax public static bool ReauthenticateCurrentPrincipal()
Public Shared Function ReauthenticateCurrentPrincipal As Boolean
public:
static bool ReauthenticateCurrentPrincipal()
static member ReauthenticateCurrentPrincipal : unit -> bool
GSF.Security.SecurityProviderCache.ReauthenticateCurrentPrincipal = function();
Request Example
View SourceReturn Value
Type:
BooleanTrue if the user successfully reauthenticated; false otherwise.
See Also