Removes a certificate store from the collection.
Namespace: LLCryptoLib.Security.CertificatesAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
public void RemoveStore( CertificateStore store ) |
Visual Basic |
---|
Public Sub RemoveStore ( _ store As CertificateStore _ ) |
Visual C++ |
---|
public: void RemoveStore( CertificateStore^ store ) |
Parameters
- store
- Type: LLCryptoLib.Security.Certificates..::..CertificateStore
An instance of the CertificateStore class.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentNullException | store is a null reference (Nothing in Visual Basic). |