IConnection.Certificates Property
.NET Framework 4.5
Gets the certificates of X509CertificateCollection for the IConnection.
Namespace: Microsoft.AspNet.SignalR.Client
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
Syntax
'Declaration
ReadOnly Property Certificates As X509CertificateCollection
Get
'Usage
Dim instance As IConnection
Dim value As X509CertificateCollection
value = instance.Certificates
X509CertificateCollection Certificates { get; }
property X509CertificateCollection^ Certificates {
X509CertificateCollection^ get ();
}
abstract Certificates : X509CertificateCollection
function get Certificates () : X509CertificateCollection
Property Value
Type: System.Security.Cryptography.X509Certificates.X509CertificateCollection
The certificates of X509CertificateCollection for the IConnection.