'DeclarationPublic Function New( _ ByVal storePath As String, _ Optional ByVal noPrivateKeys As Boolean _ )
'UsageDim storePath As String Dim noPrivateKeys As Boolean Dim instance As New CertificateStoreIdentifier(storePath, noPrivateKeys)
public CertificateStoreIdentifier( string storePath, bool noPrivateKeys )
public: CertificateStoreIdentifier( String^ storePath, bool noPrivateKeys )
Parameters
- storePath
- The store path of the store.
- noPrivateKeys
- If the store supports no private keys.