API Reference
Class
View (TrustedCredManAccessPrivilegeEvaluator)
Summary of SeTrustedCredManAccessPrivilege assignments.
Inheritance
- Object
- View
Constructors
public View(String DomainName, String RightName, IReadOnlyList<String> Assigned) #Summary of SeTrustedCredManAccessPrivilege assignments.
Parameters
- DomainName System.String
- Domain where the privilege was evaluated.
- RightName System.String
- The privilege name (e.g., SeTrustedCredManAccessPrivilege).
- Assigned System.Collections.Generic.IReadOnlyList{System.String}
- List of SIDs or accounts assigned the right.
Methods
public View <Clone>$() #Returns:
Viewpublic Void Deconstruct(out String DomainName, out String RightName, out IReadOnlyList<String> Assigned) #Returns:
VoidParameters
- DomainName String
- RightName String
- Assigned IReadOnlyList<String>
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
String