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 for a well known SID (such as LOCAL SYSTEM)

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

Syntax

C#Copy imageCopy Code
public static  SecurityIdentityFromWellKnownSid(
	 sidType
)
Visual Basic (Declaration)Copy imageCopy Code
Public Shared Function SecurityIdentityFromWellKnownSid ( _
	sidType As  _
) As 

Parameters

sidType
WELL_KNOWN_SID_TYPE
The type of well known SID

Return Value

A populated Security Identity

See Also

Advanced