CertificateQuery.HardwareOnly 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.
Gets or sets a value that indicates whether only hardware certificates (SC or TPM) are to be returned from the query.
public:
property bool HardwareOnly { bool get(); void set(bool value); };
bool HardwareOnly();
void HardwareOnly(bool value);
public bool HardwareOnly { get; set; }
var boolean = certificateQuery.hardwareOnly;
certificateQuery.hardwareOnly = boolean;
Public Property HardwareOnly As Boolean
Property Value
Boolean
bool
True if only hardware certificates (SC or TPM) are to be returned from the query; otherwise false.