See Also

SslStream Class  | SslStream 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

UseAuthentication Property

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 );
[C++/CLI]
public: property bool UseAuthentication {    bool get();    void set (bool value); }

Return Type

A Boolean value which determines if certificate authentication is used. Defaults to true.

Remarks

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.

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

SslStream Class  | SslStream Members


Send comments on this topic.

Documentation version 1.1.2.0.

© 2008 Dart Communications.  All rights reserved.