다음을 통해 공유


CertificateQuery.IncludeExpiredCertificates 속성

정의

만료된 인증서를 포함할지 여부를 가져오거나 설정합니다.

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

속성 값

Boolean

bool

만료된 인증서를 포함해야 하는 경우 True입니다. 그렇지 않으면 false입니다.

적용 대상