This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Security Identity

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

Syntax

C#Copy imageCopy Code
public class SecurityIdentity
Visual Basic (Declaration)Copy imageCopy Code
Public Class SecurityIdentity

Remarks

The SecurityIdentity class is a read only representation of a SID. The class has no public constructors, instead use the static SecurityIdentityFrom* methods to instantiate it.

Inheritance Hierarchy

System..::..Object
  Smartsite.Base.HttpNamespaceManager..::..SecurityIdentity

See Also

Advanced