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 Code |
---|---|
public static SecurityIdentityFromName( string name ) |
Visual Basic (Declaration) | Copy 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 IdentitySee Also
SecurityIdentity Class
Smartsite.Base.HttpNamespaceManager Namespace