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);
}
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
Send comments on this topic.
Documentation version 1.1.2.0.
© 2008 Dart Communications. All rights reserved.