AddCert(String,String) Method
In This Topic
Adds a certificate with a specific ID to
MemCryptStorage.
Syntax
'Declaration
Public Overloads Shared Sub AddCert( _
ByVal As String, _
ByVal As String _
)
public static void AddCert(
string ,
string
)
Parameters
- id
- The certificate ID.
- pemCert
- The added certificate.
See Also