Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Opc
Ua
Client
Controls
CertificateListFilter
C# Class Opc.Ua.Client.Controls.CertificateListFilter
A filter that can be applied to a list of certificates.
Show file
Open project: OPCFoundation/UA-.NET
Class Usage Examples
Public Methods
Method
Description
Match
(
X509Certificate2
certificate
) :
bool
Checks if the certicate meets the filter criteria.
Method Details
Match()
public
method
Checks if the certicate meets the filter criteria.
public
Match
(
X509Certificate2
certificate
) :
bool
certificate
System.Security.Cryptography.X509Certificates.X509Certificate2
The certificate.
return
bool