X509Certificate |
public void Import( Stream stream, string password )
Exception | Condition |
---|---|
ArgumentNullException | stream is null. -or- password is null. |
IOException | An error occurred reading the stream. |
Imports certificates and private keys from the specified pkcs12 stream.