PowerTCP Mail for .NET
Verify Method
See Also  Send comments on this topic.
Dart.PowerTCP.Mail Namespace > Certificate Class : Verify Method




Used to validate server credentials for certificates.

Syntax

Visual Basic (Declaration) 
Public Sub Verify() 
Visual Basic (Usage)Copy Code
Dim instance As Certificate
 
instance.Verify()
C# 
public void Verify()
Managed Extensions for C++ 
public: void Verify(); 
C++/CLI 
public:
void Verify(); 

Exceptions

ExceptionDescription
System.ArgumentExceptionThe certificate failed to acquire server credentials.

Remarks

This method throws an exception if the certificate fails to acquire server credentials. A certificate could fail to acquire credentials for several reasons. For example, the certificate may not have a private key. A certificate must be made to acquire credentials before it can be used.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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