API Reference
Class
LdapToolKinds
Parses and normalizes tool-facing kind values for LDAP helpers.
Inheritance
- Object
- LdapToolKinds
Methods
public static LdapToolObjectKind ParseObjectKind(String value) #Returns:
LdapToolObjectKindParses a tool-facing object kind string into LdapToolObjectKind.
Parameters
- value System.String
public static SpnAccountKind ParseSpnAccountKind(String value) #Returns:
SpnAccountKindParses a tool-facing SPN account kind string.
Parameters
- value System.String
ToToolString 2 overloads
public static String ToToolString(SpnAccountKind kind) #Returns:
StringConverts LdapToolObjectKind to the stable tool-facing string value.
Parameters
- kind ADPlayground.Helpers.LdapToolObjectKind
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