API Reference
Class
CredentialPostureInfo
Consolidated credential security posture for a host.
Inheritance
- Object
- CredentialPostureInfo
Constructors
public CredentialPostureInfo() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String ComputerName { get; set; } #Computer name these values were collected for.
public Nullable<Int32> CachedLogonsCount { get; set; } #Configured cached interactive logon count when available.
public Nullable<Boolean> WDigestUseLogonCredential { get; set; } #WDigest UseLogonCredential flag (should be false).
public Nullable<Boolean> NoLmHash { get; set; } #NoLMHash flag (should be true).
public Nullable<Boolean> CredentialGuardConfigured { get; set; } #Credential Guard configuration indicator.
public Nullable<Boolean> RdpNlaRequired { get; set; } #RDP Network Level Authentication requirement.
public Boolean StoredCredentialsQueried { get; set; } #True when stored credentials were queried on the local host.
public List<StoredCredentialInfo> StoredCredentials { get; set; } #Stored credential entries (local-only, best effort).