Connection.IConnection.Certificates Property

.NET Framework 4.5

Gets a collection that stores X509Certificate objects.

Namespace:  Microsoft.AspNet.SignalR.Client
Assembly:  Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)

Syntax

'Declaration
Private ReadOnly Property Certificates As X509CertificateCollection 
    Implements IConnection.Certificates 
    Get
'Usage
Dim instance As Connection 
Dim value As X509CertificateCollection 

value = CType(instance, IConnection).Certificates
X509CertificateCollection IConnection.Certificates { get; }
private:
virtual property X509CertificateCollection^ Certificates {
    X509CertificateCollection^ get () sealed = IConnection::Certificates::get;
}
private abstract Certificates : X509CertificateCollection 
private override Certificates : X509CertificateCollection
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Property Value

Type: System.Security.Cryptography.X509Certificates.X509CertificateCollection
A collection that stores X509Certificate objects.

Implements

IConnection.Certificates

See Also

Reference

Connection Class

Microsoft.AspNet.SignalR.Client Namespace