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 an object name (e.g. DOMAIN\AccountName)

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

Syntax

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

Parameters

name
String
A security object name (i.e. a Computer, Account, or Group)

Return Value

A populated Security Identity

See Also

Advanced