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 imageCopy Code
public static  GetSid(
	string ntAccountName
)
Visual Basic (Declaration)Copy imageCopy Code
Public Shared Function GetSid ( _
	ntAccountName As  _
) As 

Parameters

ntAccountName
String

Return Value

Returns null if the NTAccount name does not exist.

See Also

Advanced