Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Security.Principal.NTAccount Class Referencesealed

Public Member Functions

 NTAccount (string domainName, string accountName)
 
 NTAccount (string name)
 
override bool IsValidTargetType (Type targetType)
 
override IdentityReference Translate (Type targetType)
 
override bool Equals ([NotNullWhen(true)] object? o)
 
override int GetHashCode ()
 
override string ToString ()
 

Static Public Member Functions

static bool operator== (NTAccount? left, NTAccount? right)
 
static bool operator!= (NTAccount? left, NTAccount? right)
 
static bool operator== (IdentityReference? left, IdentityReference? right)
 
static bool operator!= (IdentityReference? left, IdentityReference? right)
 

Static Package Functions

static IdentityReferenceCollection Translate (IdentityReferenceCollection sourceAccounts, Type targetType, bool forceSuccess)
 
static IdentityReferenceCollection Translate (IdentityReferenceCollection sourceAccounts, Type targetType, out bool someFailed)
 

Properties

override string Value [get]
 

Static Private Member Functions

static IdentityReferenceCollection TranslateToSids (IdentityReferenceCollection sourceAccounts, out bool someFailed)
 

Private Attributes

readonly string _name
 

Detailed Description

Definition at line 8 of file NTAccount.cs.


The documentation for this class was generated from the following file: