Partager via


CertificateQuery.HardwareOnly Propriété

Définition

Obtient ou définit une valeur qui indique si seuls les certificats matériels (SC ou TPM) doivent être retournés à partir de la requête.

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

Valeur de propriété

Boolean

bool

True si seuls les certificats matériels (SC ou TPM) doivent être retournés à partir de la requête ; sinon, false.

S’applique à