Click or drag to resize

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()
Request Example View Source

Return Value

Type: Boolean
True if the user successfully reauthenticated; false otherwise.
See Also