C# Class Opc.Ua.Client.Controls.CertificateListFilter

A filter that can be applied to a list of certificates.
ファイルを表示 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