Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkLoad(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.
Public methodSupported by the .NET Compact FrameworkLoad(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.

See Also