| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal location As CertificateStoreLocation, _ ByVal name As CertificateStoreName _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim location As CertificateStoreLocation Dim name As CertificateStoreName Dim instance As New CertificateStore(location, name) | |
| C# | |
|---|---|
public CertificateStore( CertificateStoreLocation location, CertificateStoreName name ) | |
| Managed Extensions for C++ | |
|---|---|
public: CertificateStore( CertificateStoreLocation location, CertificateStoreName name ) | |
| C++/CLI | |
|---|---|
public: CertificateStore( CertificateStoreLocation location, CertificateStoreName name ) | |
Parameters
- location
- The location of the certificate store.
- name
- The name of the certificate store.
This constructor accesses the certificates located at the parameters specified by location and name.
Target Platforms: Microsoft .NET Framework 2.0