Dart.PowerTCP.SslSockets Namespace > CertificateStore Class > CertificateStore Constructor : CertificateStore Constructor(CertificateStoreLocation,CertificateStoreName) |
Creates a new CertificateStore object.
[Visual Basic]
Public Function New( _
ByVal location As CertificateStoreLocation, _
ByVal name As CertificateStoreName _
)
[C#]
public CertificateStore(
CertificateStoreLocation location,
CertificateStoreName name
);
[C++]
public: CertificateStore(
CertificateStoreLocation location,
CertificateStoreName name
)
[C++/CLI]
public:
CertificateStore(
CertificateStoreLocation location,
CertificateStoreName name
)
This constructor accesses the certificates located at the parameters specified by location and name.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
CertificateStore Class | CertificateStore Members | Overload List
Send comments on this topic.
Documentation version 1.1.2.0.
© 2008 Dart Communications. All rights reserved.