See Also

Certificate Class  | Certificate Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages PowerTCP SSL Sockets for .NET

Verify Method

Dart.PowerTCP.SslSockets Namespace > Certificate Class : Verify Method

Used to validate server credentials for certificates.

[Visual Basic]
Public Sub Verify()
[C#]
public void Verify();
[C++]
public: void Verify();
[C++/CLI]
public: void Verify();

Exceptions

ExceptionDescription
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

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Certificate Class  | Certificate Members


Send comments on this topic.

Documentation version 1.1.2.0.

© 2008 Dart Communications.  All rights reserved.