'Declaration
Sub Open( _ ByVal location As String, _ Optional ByVal noPrivateKeys As Boolean _ )
'Usage
Dim instance As ICertificateStore Dim location As String Dim noPrivateKeys As Boolean instance.Open(location, noPrivateKeys)
void Open( string location, bool noPrivateKeys )
void Open( String^ location, bool noPrivateKeys )
Parameters
- location
- The location.
- noPrivateKeys
- Indicates whether NO private keys are found in the store. Default
true
.