Dart.PowerTCP.SslSockets Namespace > SslStream Class : UseAuthentication Property (SslStream) |
Gets or sets a value that determines if certificate authentication is used.
[Visual Basic]
Public Property UseAuthentication As Boolean
[C#]
public bool UseAuthentication {get; set;}
[C++]
public: __property bool get_UseAuthentication();
public: __property void set_UseAuthentication(
bool value
);
A Boolean value which determines if certificate authentication is used. Defaults to true.
If set to true, you must control the acceptance/denial of certificates in the CertificateReceived event. If set to false, all certificates will be accepted no matter if they are valid or invalid.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
SslStream Class | SslStream Members
Send comments on this topic.
Documentation version 1.1.2.0.
© 2008 Dart Communications. All rights reserved.