IVssClientCertificateManager.ClientCertificates Property
Namespace: Microsoft.VisualStudio.Services.Common
Assembly: Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)
Syntax
'Declaration
ReadOnly Property ClientCertificates As X509Certificate2Collection
X509Certificate2Collection ClientCertificates { get; }
property X509Certificate2Collection^ ClientCertificates {
X509Certificate2Collection^ get ();
}
abstract ClientCertificates : X509Certificate2Collection with get
function get ClientCertificates () : X509Certificate2Collection
Property Value
Type: System.Security.Cryptography.X509Certificates.X509Certificate2Collection
.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.