Overload List

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

See Also