CertRequestStatusExport Method
Exports certificate contained in the
Certificate property to a file.
Namespace: PKI.EnrollmentAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
public void Export(
FileInfo path
)
Public Sub Export (
path As FileInfo
)
public:
void Export(
FileInfo^ path
)
member Export :
path : FileInfo -> unit
Parameters
- path FileInfo
- Path to a file.