Opc.Ua.Security.Certificates
ExportCRLAsPEM Method



Opc.Ua.Security.Certificates Namespace > PEMWriter Class : ExportCRLAsPEM Method
Returns a byte array containing the CRL in PEM format.
Syntax
'Declaration
 
Public Shared Function ExportCRLAsPEM( _
   ByVal crl() As Byte _
) As Byte()
'Usage
 
Dim crl() As Byte
Dim value() As Byte
 
value = PEMWriter.ExportCRLAsPEM(crl)
public static byte[] ExportCRLAsPEM( 
   byte[] crl
)
public:
static array<byte>^ ExportCRLAsPEM( 
   array<byte>^ crl
) 

Parameters

crl
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PEMWriter Class
PEMWriter Members