TestimoX

API Reference

Class

RbcdAnalyzer

Namespace ADPlayground
Assembly ADPlayground
Modifiers static

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 requiredposition: 0
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[] requiredposition: 0
Binary security descriptor.

Returns

Collection of allowed SecurityIdentifier values.