<PackageReference Include="System.Security.Principal.Windows" Version="4.4.0" />

IdentityReference

public abstract class IdentityReference
public abstract string Value { get; }

public static bool op_Equality(IdentityReference left, IdentityReference right)

public static bool op_Inequality(IdentityReference left, IdentityReference right)

public abstract bool Equals(object o)

public abstract int GetHashCode()

public abstract bool IsValidTargetType(Type targetType)

public abstract string ToString()

public abstract IdentityReference Translate(Type targetType)