Dart.PowerTCP.SslSockets Namespace > Tcp Class : Certificate Property (Tcp) |
The Certificate object representing the certificate to use for optional client-side authentication.
[Visual Basic]
<BrowsableAttribute(False)>
<DescriptionAttribute("The Certificate used for optional client-side authentication")>
<DefaultValueAttribute()>
Public Property Certificate As Certificate
[C#]
[BrowsableAttribute(false)]
[DescriptionAttribute("The Certificate used for optional client-side authentication")]
[DefaultValueAttribute()]
public Certificate Certificate {get; set;}
[C++]
[BrowsableAttribute(false)]
[DescriptionAttribute("The Certificate used for optional client-side authentication")]
[DefaultValueAttribute()]
public: __property Certificate* get_Certificate();
public: __property void set_Certificate(
Certificate* value
);
[C++/CLI]
[BrowsableAttribute(false)]
[DescriptionAttribute("The Certificate used for optional client-side authentication")]
[DefaultValueAttribute()]
public:
property Certificate^ Certificate {
Certificate^ get();
void set (Certificate^ value);
}
A Certificate object representing the certificate to use for optional client-side authentication; null otherwise.
If a secure server requests a certificate from the client for client-authentication, the value of this property is sent to the server.
Typically this property can either be set before attempting to connect or from within the CertificateRequested event which is raised when the server requests a certificate from the client.
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.