ComputerInfo.DeviceGuardRequiredSecurityProperties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Required Device Guard security properties
public:
property cli::array <Microsoft::PowerShell::Commands::DeviceGuardHardwareSecure> ^ DeviceGuardRequiredSecurityProperties { cli::array <Microsoft::PowerShell::Commands::DeviceGuardHardwareSecure> ^ get(); };
public:
property Platform::Array <Microsoft::PowerShell::Commands::DeviceGuardHardwareSecure> ^ DeviceGuardRequiredSecurityProperties { Platform::Array <Microsoft::PowerShell::Commands::DeviceGuardHardwareSecure> ^ get(); };
public Microsoft.PowerShell.Commands.DeviceGuardHardwareSecure[] DeviceGuardRequiredSecurityProperties { get; }
member this.DeviceGuardRequiredSecurityProperties : Microsoft.PowerShell.Commands.DeviceGuardHardwareSecure[]
Public ReadOnly Property DeviceGuardRequiredSecurityProperties As DeviceGuardHardwareSecure()