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 Code |
---|---|
public class SecurityIdentity |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class SecurityIdentity |
The type exposes the following methods.
Public Methods
Name | Description | |
---|---|---|
Equality |
Implements the operator ==.
|
|
Equals | (Overrides Object..::Equals(Object).) | |
GetHashCode |
Serves as a hash function for a particular type.
(Overrides Object..::GetHashCode()()()().) |
|
GetType | (Inherited from Object.) | |
GetWellKnownSidTypeFromSddlAbbreviation |
Gets the Well Known SID Type for an SDDL abbreviation
|
|
Inequality |
Implements the operator !=.
|
|
SecurityIdentityFromName |
Creates a Security Identity from an object name (e.g. DOMAIN\AccountName)
|
|
SecurityIdentityFromString |
Creates a Security Identity from a SID string
|
|
SecurityIdentityFromWellKnownSid |
Creates a Security Identity for a well known SID (such as LOCAL SYSTEM)
|
|
ToString |
Renders the Security Identity as a SDDL SID string or abbreviation
(Overrides Object..::ToString()()()().) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |