CertificateQuery.IncludeExpiredCertificates 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 s’il faut inclure les certificats expirés.
public:
property bool IncludeExpiredCertificates { bool get(); void set(bool value); };
bool IncludeExpiredCertificates();
void IncludeExpiredCertificates(bool value);
public bool IncludeExpiredCertificates { get; set; }
var boolean = certificateQuery.includeExpiredCertificates;
certificateQuery.includeExpiredCertificates = boolean;
Public Property IncludeExpiredCertificates As Boolean
Valeur de propriété
Boolean
bool
True si les certificats expirés doivent être inclus ; sinon, false.