Saves the public key into the supplied stream in Base64-encoded PKCS #8 format.
Namespace:
Rebex.Security.Cryptography.Pkcs
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Public Sub Save ( _ output As Stream _ ) |
C# |
---|
public void Save( Stream output ) |
Parameters
- output
- Type: System.IO..::..Stream
A stream to which to save the public key.