Click or drag to resize

CertRequestStatusExport Method

Exports certificate contained in the Certificate property to a file.

Namespace:  PKI.Enrollment
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public void Export(
	FileInfo path
)

Parameters

path
Type: System.IOFileInfo
Path to a file.
See Also