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.
The set of client certificates held by this VssClientCertificateManager.
Namespace: Microsoft.VisualStudio.Services.Client
Assembly: Microsoft.VisualStudio.Services.Client (in Microsoft.VisualStudio.Services.Client.dll)
Syntax
'Declaration
Public ReadOnly Property ClientCertificates As X509Certificate2Collection
public X509Certificate2Collection ClientCertificates { get; }
public:
virtual property X509Certificate2Collection^ ClientCertificates {
X509Certificate2Collection^ get () sealed;
}
abstract ClientCertificates : X509Certificate2Collection with get
override ClientCertificates : X509Certificate2Collection with get
final function get ClientCertificates () : X509Certificate2Collection
Property Value
Type: System.Security.Cryptography.X509Certificates.X509Certificate2Collection
Implements
IVssClientCertificateManager.ClientCertificates
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.