|
LdapSecurityProviderWindowsPrincipal Property
|
Gets the original WindowsPrincipal of the user if the user exists in Active Directory.
Namespace: GSF.SecurityAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.248-beta
Syntaxpublic WindowsPrincipal WindowsPrincipal { get; protected set; }
Public Property WindowsPrincipal As WindowsPrincipal
Get
Protected Set
public:
property WindowsPrincipal^ WindowsPrincipal {
WindowsPrincipal^ get ();
protected: void set (WindowsPrincipal^ value);
}
member WindowsPrincipal : WindowsPrincipal with get, set
function get_WindowsPrincipal();
function set_WindowsPrincipal(value);
View SourceProperty Value
WindowsPrincipal
See Also