PublicKeyInfo.Save Method
Namespace: Rebex.Security.Cryptography.Pkcs
Assembly: Rebex.Common.dll (version 7.0.9083)
Save(Stream)
Saves the public key into the supplied stream in Base64-encoded PKCS #8 format.
Declaration
public void Save(Stream output)
Parameters
Type | Name | Description |
---|---|---|
Stream | output | A stream to which to save the public key. |
Save(String)
Saves the public key into the supplied stream in Base64-encoded PKCS #8 format.
Declaration
public void Save(string fileName)
Parameters
Type | Name | Description |
---|---|---|
String | fileName | A file to which to save the public key. |