See Also

Tcp Class  | Tcp 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 > Tcp Class : UseAuthentication Property (Tcp)

Gets or sets a value that determines if certificate authentication is used.

[Visual Basic]
<DescriptionAttribute("Authenticate the Certificate received.")> <DefaultValueAttribute()> <CategoryAttribute("Security")> Public Property UseAuthentication As Boolean
[C#]
[DescriptionAttribute("Authenticate the Certificate received.")] [DefaultValueAttribute()] [CategoryAttribute("Security")] public bool UseAuthentication {get; set;}
[C++]
[DescriptionAttribute("Authenticate the Certificate received.")] [DefaultValueAttribute()] [CategoryAttribute("Security")] public: __property bool get_UseAuthentication(); public: __property void set_UseAuthentication(    bool value );
[C++/CLI]
[DescriptionAttribute("Authenticate the Certificate received.")] [DefaultValueAttribute()] [CategoryAttribute("Security")] 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

Tcp Class  | Tcp Members


Send comments on this topic.

Documentation version 1.1.2.0.

© 2008 Dart Communications.  All rights reserved.