Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 X509Certificate2
Get
'Usage
Dim instance As IncomingConnectionAddedEventArgs
Dim value As X509Certificate2
value = instance.RemoteCertificate
public X509Certificate2 RemoteCertificate { get; }
Property Value
Type: System.Security.Cryptography.X509Certificates.X509Certificate2
See Also
Reference
IncomingConnectionAddedEventArgs Class