API Reference
Class
MsasCredentialSnapshot
Snapshot of MSA/gMSA credential hygiene for a domain.
Inheritance
- Object
- MsasCredentialSnapshot
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public MsasCredentialSnapshot() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.