'Declaration
Public Function New( _ ByVal storePath As String, _ ByVal storeType As String, _ Optional ByVal noPrivateKeys As Boolean _ )
'Usage
Dim storePath As String Dim storeType As String Dim noPrivateKeys As Boolean Dim instance As New CertificateStoreIdentifier(storePath, storeType, noPrivateKeys)
Parameters
- storePath
- The store path of the store.
- storeType
- The type of the store.
- noPrivateKeys
- If the store supports no private keys.