'Declaration
<ObsoleteAttribute("Use non static OpenStore method to take advantage of caching.")> Public Overloads Shared Function OpenStore( _ ByVal path As String, _ ByVal noPrivateKeys As Boolean _ ) As ICertificateStore
'Usage
Dim path As String Dim noPrivateKeys As Boolean Dim value As ICertificateStore value = CertificateStoreIdentifier.OpenStore(path, noPrivateKeys)
[Obsolete("Use non static OpenStore method to take advantage of caching.")] public static ICertificateStore OpenStore( string path, bool noPrivateKeys )
[Obsolete("Use non static OpenStore method to take advantage of caching.")] public: static ICertificateStore^ OpenStore( String^ path, bool noPrivateKeys )
Parameters
- path
- location of the store
- noPrivateKeys
- Indicates whether NO private keys are found in the store. Default
true
.
Return Value
A disposable instance of the ICertificateStore.