Overload List
| Name | Description | |
|---|---|---|
| Load(Stream, String) |
Loads a PKCS #8, PuTTY or SSLeay (OpenSSL/OpenSSH) format private key from a stream.
Upon successful decoding, information can be retrieved using PrivateKeyInfo
methods and properties.
| |
| Load(String, String) |
Loads a PKCS #8, PuTTY or SSLeay (OpenSSL/OpenSSH) format private key from a stream.
Upon successful decoding, information can be retrieved using PrivateKeyInfo
methods and properties.
|