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 ( _
	fileName As String _
)
C#
public void Save(
	string fileName
)

Parameters

fileName
Type: System..::..String
A file to which to save the public key.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also