Click or drag to resize

X509CRL2Export Method

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
)

Parameters

path
Type: SystemString
The path to a CRL file.
encoding
Type: System.Security.Cryptography.X509CertificatesX509EncodingType
Encoding of the exported file.
Exceptions
ExceptionCondition
ArgumentExceptionSpecified encoding type is not supported.
UninitializedObjectExceptionAn object is not initialized.
See Also