CertRequestStatusExport Method

Exports certificate contained in the Certificate property to a file.

Definition

Namespace: PKI.Enrollment
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public void Export(
	FileInfo path
)

Parameters

path  FileInfo
Path to a file.

See Also