Opc.Ua.Security.Certificates
ExportCSRAsPEM Method



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

Parameters

csr
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