C# 클래스 Opc.Ua.Client.Controls.CertificateListFilter

A filter that can be applied to a list of certificates.
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET 1 사용 예제들

공개 메소드들

메소드 설명
Match ( X509Certificate2 certificate ) : bool

Checks if the certicate meets the filter criteria.

메소드 상세

Match() 공개 메소드

Checks if the certicate meets the filter criteria.
public Match ( X509Certificate2 certificate ) : bool
certificate System.Security.Cryptography.X509Certificates.X509Certificate2 The certificate.
리턴 bool