TestimoX

API Reference

Class

DuplicateSpnInfo

Namespace ADPlayground
Assembly ADPlayground

Represents duplicate Service Principal Name information.

Inheritance

  • Object
  • DuplicateSpnInfo

Remarks

See usage examples in the unit tests for typical scenarios.

Constructors

Properties

public String Spn { get; set; } #

Gets or sets the Service Principal Name value.

public List<String> AccountNames { get; } #

Gets list of account names that share the SPN.

public List<String> AccountSids { get; } #

Gets list of account SIDs that share the SPN.