X509Store.Close Method
Closes an X.509 certificate store.
Namespace: System.Security.Cryptography.X509Certificates
Assembly: System.Security (in system.security.dll)
Syntax
public void Close ()
Remarks
This method releases all resources associated with the store. You should always close an X.509 certificate store after use.
Version Information
Available in the .NET Micro Framework version 4.2.
See Also
Reference
X509Store Class
X509Store Members
System.Security.Cryptography.X509Certificates Namespace