Exports the current X509CRL2 object to a file.
Namespace:
System.Security.Cryptography.X509Certificates
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public void Export(
string path,
X509EncodingType encoding
)
Public Sub Export (
path As String,
encoding As X509EncodingType
)
public:
void Export(
String^ path,
X509EncodingType encoding
)
member Export :
path : string *
encoding : X509EncodingType -> unit
Parameters
- path
- Type: SystemString
The path to a CRL file. - encoding
- Type: System.Security.Cryptography.X509CertificatesX509EncodingType
Encoding of the exported file.
Exceptions See Also