Click or drag to resize

X509CRL2Encode Method (X509EncodingType)

Encodes the current X509CRL2 object and sends result to the output.

Namespace:  System.Security.Cryptography.X509Certificates
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public string Encode(
	X509EncodingType encoding
)

Parameters

encoding
Type: System.Security.Cryptography.X509CertificatesX509EncodingType
Encding type. Can be either Base64Header or Base64 (with no headers).

Return Value

Type: String
The Base64-encoded string.
Exceptions
ExceptionCondition
UninitializedObjectExceptionAn object is not initialized.
Remarks
This method is obsolete. A new overload is preferred.
See Also