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
)
Public Function Encode (
encoding As X509EncodingType
) As String
public:
String^ Encode(
X509EncodingType encoding
)
member Encode :
encoding : X509EncodingType -> string
Parameters
- encoding
- Type: System.Security.Cryptography.X509CertificatesX509EncodingType
Encding type. Can be either Base64Header or Base64 (with no headers).
Return Value
Type:
StringThe Base64-encoded string.
Exceptions Remarks This method is obsolete. A new overload is preferred.
See Also