Click or drag to resize

SecurityProviderCacheCurrentProvider Property

Gets or sets the ISecurityProvider of the current user.

Namespace:  GSF.Security
Assembly:  GSF.Security (in GSF.Security.dll) Version: 2.2.98-beta
Syntax
public static ISecurityProvider CurrentProvider { get; set; }
Request Example View Source

Property Value

Type: ISecurityProvider
See Also