|   | Name | Description | 
|---|
  | ImportAsync(Stream, CancellationToken) | 
            Asynchronously import certificates (as from a certs-only application/pkcs-mime part)
            from the specified stream.
             | 
  | ImportAsync(X509Certificate, CancellationToken) | 
            Asynchronously import a certificate.
             | 
  | ImportAsync(X509Certificate2, CancellationToken) | 
            Asynchronously import a certificate.
             | 
  | ImportAsync(X509Crl, CancellationToken) | 
            Asynchronously import a certificate revocation list.
             | 
  | ImportAsync(Stream, Boolean, CancellationToken) | 
            Asynchronously import a DER-encoded certificate stream.
             | 
  | ImportAsync(Stream, String, CancellationToken) | 
            Asynchronously imports certificates and keys from a pkcs12-encoded stream.
             | 
  | ImportAsync(String, String, CancellationToken) | 
            Asynchronously imports certificates and keys from a pkcs12 file.
             | 
  | ImportAsync(X509Certificate, Boolean, CancellationToken) | 
            Asynchronously import a certificate.
             |