|
|
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# |
|
|---|---|
public class SecurityIdentity
|
|
| Visual Basic (Declaration) |
|
|---|---|
Public Class SecurityIdentity
|
|
The type exposes the following members.
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.) |
Public Properties
| Name | Description | |
|---|---|---|
|
|
IsWellKnownSid |
Gets a value indicating whether or not the SID is a well known SID or not
|
|
|
Name |
Gets the name of to security object represented by the SID
|
|
|
SID |
Gets the SID string of the security object
|
|
|
WellKnownSidType |
Gets the type of well known SID
|