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

Syntax

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

The type exposes the following properties.

Public Properties

  Name Description
Public property IsWellKnownSid
Gets a value indicating whether or not the SID is a well known SID or not
Public property Name
Gets the name of to security object represented by the SID
Public property SID
Gets the SID string of the security object
Public property WellKnownSidType
Gets the type of well known SID

See Also

Advanced