Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets a reference to allow users to authenticate by using X.509 SSL certificates.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Property ClientCertificates As X509CertificateCollection
public X509CertificateCollection ClientCertificates { get; set; }
public:
property X509CertificateCollection^ ClientCertificates {
X509CertificateCollection^ get ();
void set (X509CertificateCollection^ value);
}
member ClientCertificates : X509CertificateCollection with get, set
function get ClientCertificates () : X509CertificateCollection
function set ClientCertificates (value : X509CertificateCollection)
Property Value
Type: X509CertificateCollection
An X509CertificateCollection collection.
.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.