API Reference
Enum
SecureBootCertificateRolloutState
High-level rollout state for the Secure Boot certificate update campaign.
Inheritance
- Enum
- SecureBootCertificateRolloutState
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 SecureBootCertificateRolloutState Unknown #Insufficient evidence was collected to determine the rollout state.
Value:
0public const SecureBootCertificateRolloutState SecureBootDisabled #Secure Boot is not enabled, so firmware rollout evidence is not meaningful.
Value:
1public const SecureBootCertificateRolloutState NotStarted #No rollout attempt is currently active and no pending update bits were observed.
Value:
2public const SecureBootCertificateRolloutState Pending #Pending update bits were observed but the servicing state has not advanced yet.
Value:
3public const SecureBootCertificateRolloutState PendingReboot #A reboot is required before the next rollout step can continue.
Value:
5public const SecureBootCertificateRolloutState PendingFirmwareApply #Certificates are staged but not yet applied to firmware.
Value:
6public const SecureBootCertificateRolloutState Updated #All required certificates and boot-manager updates were applied successfully.
Value:
7public const SecureBootCertificateRolloutState Error #A blocking error or firmware issue was observed.
Value:
8