Overload List
| Name | Description | |
|---|---|---|
| Load(Stream) |
Loads a PKCS #8 public key from a stream.
Upon successful decoding, information can be retrieved using PublicKeyInfo
methods and properties.
(Inherited from PublicKeyInfo.) | |
| Load(String) |
Loads a PKCS #8 public key from a file.
Upon successful decoding, information can be retrieved using PublicKeyInfo
methods and properties.
(Inherited from PublicKeyInfo.) |