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();
Exception | Description |
---|---|
ArgumentException | The certificate failed to acquire server credentials. |
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.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Certificate Class | Certificate Members
Send comments on this topic.
Documentation version 1.1.2.0.
© 2008 Dart Communications. All rights reserved.