Creates the certificate from a PFX file
Namespace: LLCryptoLib.Security.CertificatesAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
public static LLCertificate CreateCertificate(
string path,
string password
) |
Visual Basic |
---|
Public Shared Function CreateCertificate ( _
path As String, _
password As String _
) As LLCertificate |
Visual C++ |
---|
public:
static LLCertificate^ CreateCertificate(
String^ path,
String^ password
) |
Parameters
- path
- Type: System..::..String
The certificate PFX path.
- password
- Type: System..::..String
The certificate password (usually for a PFX file).
Return Value
A newly created LLCertificate object
See Also