Partager via


CertificateQuery.IncludeExpiredCertificates Propriété

Définition

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.

S’applique à