RemoteCertificate Property
Gets the remote certificate used for this connection.
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 IncomingConnectionAddedEventArgs
Dim value As X509Certificate
value = instance.RemoteCertificate
public X509Certificate RemoteCertificate { get; }
Property Value
Type: System.Security.Cryptography.X509Certificates..::..X509Certificate
An X509Certificate object containing the remote certificate.
See Also
Reference
IncomingConnectionAddedEventArgs Class