C# Класс Opc.Ua.Client.Controls.CertificateListFilter

A filter that can be applied to a list of certificates.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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