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 |
Managed Extensions for C++ | |
---|
public: __property X509Certificate* get_LocalCertificate(); |
Property Value
An
X509Certificate object representing the authentication certificate supplied by the local host.
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also