'Usage
Dim name As String Dim pkiStore As IPkiStore Dim instance As New PkiStoreInfo(name, pkiStore)
public: PkiStoreInfo( String^ name, IPkiStore^ pkiStore )
Parameters
- name
- The name of the store.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - pkiStore
- The PKI store.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).