TestimoX

API Reference

Class

MsasCredentialSnapshot

Namespace ADPlayground.Users.MsasCredentialService
Assembly ADPlayground
Modifiers sealed

Snapshot of MSA/gMSA credential hygiene for a domain.

Inheritance

  • Object
  • MsasCredentialSnapshot

Constructors

public MsasCredentialSnapshot() #

Properties

public String DomainName { get; set; } #

DNS domain name.

public IReadOnlyList<MsasCredentialEntry> PreAuthDisabled { get; set; } #

MSAs/gMSAs with pre‑auth disabled.

public IReadOnlyList<MsasCredentialEntry> AesDisabled { get; set; } #

MSAs/gMSAs with AES disabled.

public IReadOnlyList<MsasCredentialEntry> Rc4Only { get; set; } #

MSAs/gMSAs that are RC4‑only.