API Reference
Class
DeviceGuardPolicyState
Device Guard and virtualization-based security policy state.
Inheritance
- Object
- DeviceGuardPolicyState
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
- Method DeviceGuardPolicyQuery.Get
Accepted by parameters
- Method DeviceGuardPolicyWriter.Set
Constructors
public DeviceGuardPolicyState() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Nullable<Boolean> EnableVbs { get; set; } #Enable virtualization-based security.
public Nullable<Int32> RequirePlatformSecurityFeatures { get; set; } #Platform security features bitmask (1=SecureBoot, 3=SecureBoot+DmaProtection).
public Nullable<Boolean> HvciEnabled { get; set; } #Enable HVCI (Hypervisor-enforced Code Integrity).
public Nullable<Boolean> CredentialGuardEnabled { get; set; } #Enable Credential Guard.