PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Gets the SecurityIdentifier of the NTAccount name.
Namespace: Smartsite.Base.Acl
Assembly: Smartsite.Base (in Smartsite.Base.dll)
Syntax
C# | Copy Code |
---|---|
public static GetSid( string ntAccountName ) |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Shared Function GetSid ( _ ntAccountName As _ ) As |
Parameters
- ntAccountName
- String
Return Value
Returns null if the NTAccount name does not exist.See Also
AclTools Class
Smartsite.Base.Acl Namespace