Creates a new certificate from a PEM/Base64 string.
Namespace: LLCryptoLib.Security.CertificatesAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
public static LLCertificate CreateFromPemString(
string pemContents
) |
Visual Basic |
---|
Public Shared Function CreateFromPemString ( _
pemContents As String _
) As LLCertificate |
Visual C++ |
---|
public:
static LLCertificate^ CreateFromPemString(
String^ pemContents
) |
Parameters
- pemContents
- Type: System..::..String
The PEM contents.
Return Value
A newly created LLCertificate object
See Also