PowerTCP Telnet for .NET CF
RemoteCertificate Property
See Also  Send comments on this topic.
Dart.Common Namespace > SslInfo Class : RemoteCertificate Property




Gets the certificate used to authenticate the remote endpoint.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property RemoteCertificate As X509Certificate
Visual Basic (Usage)Copy Code
Dim instance As SslInfo
Dim value As X509Certificate
 
value = instance.RemoteCertificate
C# 
public X509Certificate RemoteCertificate {get;}
Managed Extensions for C++ 
public: __property X509Certificate* get_RemoteCertificate();
C++/CLI 
public:
property X509Certificate^ RemoteCertificate {
   X509Certificate^ get();
}

Property Value

An X509Certificate object representing the authentication certificate supplied by the remote host.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.