Click or drag to resize

SecurityProviderCacheTryGetCachedProvider Method

Attempts to get cached ISecurityProvider for the given username.

Namespace:  GSF.Security
Assembly:  GSF.Security (in GSF.Security.dll) Version: 2.2.98-beta
Syntax
public static bool TryGetCachedProvider(
	string username,
	out ISecurityProvider provider
)
Request Example View Source

Parameters

username
Type: SystemString
Name of the user.
provider
Type: GSF.SecurityISecurityProvider
Security provider to return.

Return Value

Type: Boolean
True if provider is cached; false otherwise.
See Also