API Reference
Class
PlatformSecureBootInfo
Secure Boot runtime posture.
Inheritance
- Object
- PlatformSecureBootInfo
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
- Property PlatformSecurityInfo.SecureBoot
Constructors
public PlatformSecureBootInfo() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Nullable<Boolean> Enabled { get; set; } #True when Secure Boot is enabled at runtime.
public Nullable<Boolean> Capable { get; set; } #True when the device reports Secure Boot capability.
public Nullable<Boolean> RequiredByPolicy { get; set; } #True when Device Guard policy requires Secure Boot.