CertificateQuery.HardwareOnly Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.