API Reference
Enum
ComputerReportingRiskReason
Risk reason flags produced by computer reporting scenarios.
Inheritance
- Enum
- ComputerReportingRiskReason
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const ComputerReportingRiskReason LogonStaleThresholdExceeded #Computer logon age exceeded configured threshold.
Value:
1public const ComputerReportingRiskReason PasswordAgeThresholdExceeded #Computer password age exceeded configured threshold.
Value:
2public const ComputerReportingRiskReason MissingLapsProtection #LAPS protection is missing for the account.
Value:
4public const ComputerReportingRiskReason UnconstrainedDelegation #Unconstrained delegation is enabled.
Value:
8public const ComputerReportingRiskReason Rc4OnlyEncryption #Kerberos encryption posture indicates RC4-only usage.
Value:
16public const ComputerReportingRiskReason AesDisabled #Kerberos encryption posture indicates AES is disabled.
Value:
32public const ComputerReportingRiskReason ResourceBasedConstrainedDelegation #Resource-based constrained delegation descriptor is present.
Value:
64