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.
Creates a Security Identity from a SID string

Namespace: Smartsite.Base.HttpNamespaceManager
Assembly:  Smartsite.Base (in Smartsite.Base.dll)

Syntax

C#Copy imageCopy Code
public static  SecurityIdentityFromString(
	string sid
)
Visual Basic (Declaration)Copy imageCopy Code
Public Shared Function SecurityIdentityFromString ( _
	sid As  _
) As 

Parameters

sid
String
A SID string (Format: S-1-1-...) or well known SID abbreviation (e.g. DA)

Return Value

A populated Security Identity

See Also

Advanced