Megosztás a következőn keresztül:


CertificateQuery.HardwareOnly Property

Definition

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.

Applies to