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 methods.

Public Methods

  Name Description
Public operator Static member Equality
Implements the operator ==.
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Overrides Object..::Equals(Object).)
Public method GetHashCode
Serves as a hash function for a particular type.
(Overrides Object..::GetHashCode()()()().)
Public method GetType (Inherited from Object.)
Public method Static member GetWellKnownSidTypeFromSddlAbbreviation
Gets the Well Known SID Type for an SDDL abbreviation
Public operator Static member Inequality
Implements the operator !=.
Public method Static member SecurityIdentityFromName
Creates a Security Identity from an object name (e.g. DOMAIN\AccountName)
Public method Static member SecurityIdentityFromString
Creates a Security Identity from a SID string
Public method Static member SecurityIdentityFromWellKnownSid
Creates a Security Identity for a well known SID (such as LOCAL SYSTEM)
Public method ToString
Renders the Security Identity as a SDDL SID string or abbreviation
(Overrides Object..::ToString()()()().)

Protected Methods

  Name Description
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)

See Also

Advanced