TlsFailureException.RemoteCertificate Property
Gets the remote certificate associated with this exception, if available.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property RemoteCertificate As X509Certificate
Get
'Usage
Dim instance As TlsFailureException
Dim value As X509Certificate
value = instance.RemoteCertificate
public X509Certificate RemoteCertificate { get; }
Property Value
Type: System.Security.Cryptography.X509Certificates.X509Certificate
Remarks
This property may return null value if remote certificate information is not available.