PowerTCP Mail for .NET
CertificateStore Constructor(CertificateStoreLocation,CertificateStoreName)
See Also  Send comments on this topic.
Dart.PowerTCP.Mail Namespace > CertificateStore Class > CertificateStore Constructor : CertificateStore Constructor(CertificateStoreLocation,CertificateStoreName)




location
The location of the certificate store.
name
The name of the certificate store.
Creates a new CertificateStore object.

Syntax

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.

Remarks

This constructor accesses the certificates located at the parameters specified by location and name.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 3.2
© 2010 Dart Communications. All Rights Reserved.