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