Click or drag to resize
MimeKit

TemporarySecureMimeContextGetCertificate Method

Gets the X.509 certificate matching the specified selector.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
protected override X509Certificate GetCertificate(
	ISelector<X509Certificate> selector
)

Parameters

selector  ISelectorX509Certificate
The search criteria for the certificate.

Return Value

X509Certificate
The certificate on success; otherwise null.
Remarks
Gets the first certificate that matches the specified selector.
See Also