Share via


X509CertificateStore Constructor

Creates a new X509CertificateStore with the specified provider, location and store.

Namespace: Microsoft.Web.Services2.Security.X509
Assembly: Microsoft.Web.Services2 (in microsoft.web.services2.dll)

Usage

'Usage
Dim provider As X509CertificateStore.StoreProvider
Dim location As X509CertificateStore.StoreLocation
Dim storeName As String
Dim x509CertificateStore1 As New X509CertificateStore(provider, location, storeName)

Syntax

'Declaration
Public Sub New( _
    ByVal provider As X509CertificateStore.StoreProvider, _
    ByVal location As X509CertificateStore.StoreLocation, _
    ByVal storeName As String _
)
public X509CertificateStore(
    X509CertificateStore.StoreProvider provider, 
    X509CertificateStore.StoreLocation location, 
    string storeName
);
public: X509CertificateStore(
    X509CertificateStore.StoreProvider^ provider, 
    X509CertificateStore.StoreLocation^ location, 
    String^ storeName
);
public X509CertificateStore(
    X509CertificateStore.StoreProvider provider, 
    X509CertificateStore.StoreLocation location, 
    System.String storeName
);
public function X509CertificateStore(
     provider : X509CertificateStore.StoreProvider, 
     location : X509CertificateStore.StoreLocation, 
     storeName : String
);

Parameters

  • location
    The location of the X509CertificateStore to be created.
  • storeName
    The name of the X509CertificateStore to be created.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server, Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, Pocket PC, Windows CE, Smart Phone

See Also

Reference

X509CertificateStore Class
Microsoft.Web.Services2.Security.X509 Namespace

Other Resources

X509CertificateStore Members