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.

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

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.