Share via


CertificateQuery.IncludeExpiredCertificates Eigenschaft

Definition

Ruft ab oder legt fest, ob abgelaufene Zertifikate eingeschlossen werden sollen.

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

Eigenschaftswert

Boolean

bool

True, wenn abgelaufene Zertifikate enthalten sein sollen; andernfalls false.

Gilt für: