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




Gets the certificate used to authenticate the local endpoint.

Syntax

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

Property Value

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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