API Reference
Class
RbcdAnalyzer
Provides methods for parsing Resource-Based Constrained Delegation (RBCD) settings.
Inheritance
- Object
- RbcdAnalyzer
Methods
public static IReadOnlyList<SecurityIdentifier> GetAllowedPrincipals(String computerDn) #Returns:
IReadOnlyList<SecurityIdentifier>Retrieves allowed SIDs for the specified computer account.
Parameters
- computerDn System.String
- Distinguished name of the computer object.
Returns
Collection of allowed SecurityIdentifier values.
public static IReadOnlyList<SecurityIdentifier> ParseSecurityDescriptor(Byte[] descriptor) #Returns:
IReadOnlyList<SecurityIdentifier>Parses the msDS-AllowedToActOnBehalfOfOtherIdentity security descriptor and returns allowed SIDs.
Parameters
- descriptor System.Byte[]
- Binary security descriptor.
Returns
Collection of allowed SecurityIdentifier values.