DeviceGuard.SecurityServicesConfigured 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.
Indicates which security services have been configured
public:
property cli::array <Microsoft::PowerShell::Commands::DeviceGuardSoftwareSecure> ^ SecurityServicesConfigured { cli::array <Microsoft::PowerShell::Commands::DeviceGuardSoftwareSecure> ^ get(); };
public:
property Platform::Array <Microsoft::PowerShell::Commands::DeviceGuardSoftwareSecure> ^ SecurityServicesConfigured { Platform::Array <Microsoft::PowerShell::Commands::DeviceGuardSoftwareSecure> ^ get(); };
public Microsoft.PowerShell.Commands.DeviceGuardSoftwareSecure[] SecurityServicesConfigured { get; }
member this.SecurityServicesConfigured : Microsoft.PowerShell.Commands.DeviceGuardSoftwareSecure[]
Public ReadOnly Property SecurityServicesConfigured As DeviceGuardSoftwareSecure()