API Reference
Class
View (KerberosCryptoPostureService)
Aggregated counts for weak/legacy Kerberos crypto posture across a domain.
Inheritance
- Object
- View
Constructors
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String DomainName { get; set; } #DNS domain name evaluated.
public Int32 UsersRc4Only { get; set; } #Enabled user accounts that allow only RC4.
public Int32 ComputersRc4Only { get; set; } #Enabled computer accounts that allow only RC4.
public Int32 UsersAesDisabled { get; set; } #Enabled user accounts with AES encryption types disabled.
public Int32 ComputersAesDisabled { get; set; } #Enabled computer accounts with AES encryption types disabled.
public Int32 UsersPreAuthDisabled { get; set; } #Enabled user accounts with Kerberos pre-authentication disabled.
public Int32 UsersEncryptionTypesMissing { get; set; } #Enabled user accounts with missing encryption type metadata.
public Int32 ComputersEncryptionTypesMissing { get; set; } #Enabled computer accounts with missing encryption type metadata.
public Int32 UsersRc4Allowed { get; set; } #Enabled user accounts that can still negotiate RC4.
public Int32 ComputersRc4Allowed { get; set; } #Enabled computer accounts that can still negotiate RC4.