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
)
Public Sub Export (
path As FileInfo
)
public:
void Export(
FileInfo^ path
)
member Export :
path : FileInfo -> unit
Parameters
- path
- Type: System.IOFileInfo
Path to a file.
See Also