Mentalis.org Security Library documentation

CertificateStoreCollection.RemoveStore Method 

Removes a certificate store from the collection.

[Visual Basic]
Public Sub RemoveStore( _
   ByVal store As CertificateStore _
)
[C#]
public void RemoveStore(
   CertificateStore store
);

Parameters

store
An instance of the CertificateStore class.

Exceptions

Exception TypeCondition
ArgumentNullExceptionstore is a null reference (Nothing in Visual Basic).

See Also

CertificateStoreCollection Class | CertificateStoreCollection Members | Org.Mentalis.Security.Certificates Namespace