Loads a PKCS #8 public key from a stream.
Upon successful decoding, information can be retrieved using PublicKeyInfo
methods and properties.
Namespace:
Rebex.Security.Cryptography.Pkcs
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Public Sub Load ( _ input As Stream _ ) |
C# |
---|
public void Load( Stream input ) |
Parameters
- input
- Type: System.IO..::..Stream
A stream from which to load the public key.