| SecureMimeContextImportAsync(X509Crl, CancellationToken) Method |
Asynchronously import a certificate revocation list.
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public virtual Task ImportAsync(
X509Crl crl,
CancellationToken cancellationToken = default
)
Parameters
- crl X509Crl
- The certificate revocation list.
- cancellationToken CancellationToken (Optional)
- The cancellation token.
Return Value
TaskAn asynchronous task context.
Exceptions Remarks
Asynchronously imports a certificate revocation list.
See Also