Store.Close method
[The Close method is available for use in the operating systems specified in the Requirements section. Instead, use the X509Store Class in the System.Security.Cryptography.X509Certificates namespace.]
The Close method closes an open certificate store.
Syntax
Store.Close()
Parameters
This method has no parameters.
Return value
This method does not return a value.
Remarks
After the Close method is called, the Store object is destroyed.
Requirements
Requirement | Value |
---|---|
Redistributable |
CAPICOM 2.1 or later on Windows Server 2003 and Windows XP |
DLL |
|
See also