TestimoX

API Reference

Class

LdapToolKinds

Namespace ADPlayground.Helpers
Assembly ADPlayground
Modifiers static

Parses and normalizes tool-facing kind values for LDAP helpers.

Inheritance

  • Object
  • LdapToolKinds

Methods

public static LdapToolObjectKind ParseObjectKind(String value) #
Returns: LdapToolObjectKind

Parses a tool-facing object kind string into LdapToolObjectKind.

Parameters

value System.String requiredposition: 0
public static SpnAccountKind ParseSpnAccountKind(String value) #
Returns: SpnAccountKind

Parses a tool-facing SPN account kind string.

Parameters

value System.String requiredposition: 0
ToToolString 2 overloads
public static String ToToolString(SpnAccountKind kind) #
Returns: String

Converts LdapToolObjectKind to the stable tool-facing string value.

Parameters

kind ADPlayground.Helpers.LdapToolObjectKind requiredposition: 0
ToToolString(ADPlayground.Kerberos.SpnStatsService.SpnAccountKind kind) #

Converts a SPN account kind enum to the stable tool-facing string value.

Parameters

kind ADPlayground.Kerberos.SpnStatsService.SpnAccountKind required