Store.Name property
[The Name property 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 Name property retrieves the name of the certificate store that this object represents.
Syntax
Store.Name As String
Property value
The String value that represents the name of the certificate store.
Remarks
Examples of certificate store names include My and Root.
The value of the Name property is the same as the value supplied for the StoreName parameter of the Open method when the store was opened.
Requirements
Requirement | Value |
---|---|
Redistributable |
CAPICOM 2.1 or later on Windows Server 2003 and Windows XP |
DLL |
|
See also