Saves the certificate chain to the specified path as a .P7B (PKCS #7) file.

Namespace:  Rebex.Security.Certificates
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Sub Save ( _
	certificatePath As String _
)
C#
public void Save(
	string certificatePath
)

Parameters

certificatePath
Type: System..::..String
Path to save the certificate chain file to.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also