| SecurityPrincipal Constructor (ActiveDirectory, Guid) |
Gets a security principal object from Active Directory with the supplied GUID.
Namespace:
Galactic.ActiveDirectory
Assembly:
Galactic.ActiveDirectory (in Galactic.ActiveDirectory.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax public SecurityPrincipal(
ActiveDirectory ad,
Guid guid
)
Public Sub New (
ad As ActiveDirectory,
guid As Guid
)
public:
SecurityPrincipal(
ActiveDirectory^ ad,
Guid guid
)
new :
ad : ActiveDirectory *
guid : Guid -> SecurityPrincipal
Parameters
- ad
- Type: Galactic.ActiveDirectoryActiveDirectory
An Active Directory object used to query and manipulate the security principal. - guid
- Type: SystemGuid
The GUID of the security principal
See Also