ComputerInfo.DeviceGuardAvailableSecurityProperties 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.
Available Device Guard security properties
public:
property cli::array <Microsoft::PowerShell::Commands::DeviceGuardHardwareSecure> ^ DeviceGuardAvailableSecurityProperties { cli::array <Microsoft::PowerShell::Commands::DeviceGuardHardwareSecure> ^ get(); };
public:
property Platform::Array <Microsoft::PowerShell::Commands::DeviceGuardHardwareSecure> ^ DeviceGuardAvailableSecurityProperties { Platform::Array <Microsoft::PowerShell::Commands::DeviceGuardHardwareSecure> ^ get(); };
public Microsoft.PowerShell.Commands.DeviceGuardHardwareSecure[] DeviceGuardAvailableSecurityProperties { get; }
member this.DeviceGuardAvailableSecurityProperties : Microsoft.PowerShell.Commands.DeviceGuardHardwareSecure[]
Public ReadOnly Property DeviceGuardAvailableSecurityProperties As DeviceGuardHardwareSecure()