Opc.Ua.Security.Certificates
ImportPrivateKeyFromPEM Method



Opc.Ua.Security.Certificates Namespace > PEMReader Class : ImportPrivateKeyFromPEM Method
Import a private key from PEM.
Syntax
'Declaration
 
Public Shared Function ImportPrivateKeyFromPEM( _
   ByVal pemDataBlob() As Byte, _
   Optional ByVal password As String _
) As RSA
'Usage
 
Dim pemDataBlob() As Byte
Dim password As String
Dim value As RSA
 
value = PEMReader.ImportPrivateKeyFromPEM(pemDataBlob, password)
public static RSA ImportPrivateKeyFromPEM( 
   byte[] pemDataBlob,
   string password
)
public:
static RSA^ ImportPrivateKeyFromPEM( 
   array<byte>^ pemDataBlob,
   String^ password
) 

Parameters

pemDataBlob
password
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

PEMReader Class
PEMReader Members