Delen via


SoapHttpChannelOptions.ClientCertificates Property

Gets the collection of client certificates for the channel.

Namespace: Microsoft.Web.Services3.Messaging
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

Usage

'Usage
Dim soapHttpChannelOptions1 As SoapHttpChannelOptions

Dim returnValue As X509CertificateCollection
returnValue = soapHttpChannelOptions1.ClientCertificates

Syntax

'Declaration
Public ReadOnly Property ClientCertificates() As X509CertificateCollection
public X509CertificateCollection ClientCertificates {get;}
public:
property X509CertificateCollection^ ClientCertificates {
    X509CertificateCollection^ get();
}
public X509CertificateCollection get_ClientCertificates();
public function get ClientCertificates() : X509CertificateCollection;

Property Value

An System.Security.Cryptography.X509Certificates.X509CertificateCollection that represents the client certificates.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server

Target Platforms

See Also

Reference

SoapHttpChannelOptions Class
SoapHttpChannelOptions Members
Microsoft.Web.Services3.Messaging Namespace