This documentation is archived and is not being maintained.
X509CertificateRecipientClientCredential Class
Visual Studio 2010
Represents the settings used by the client to validate the certificate presented by the service using SSL authentication. It also contains any certificate for the service that is explicitly configured on the client to use for encrypting messages to the service using message security.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
The X509CertificateRecipientClientCredential type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Authentication | Gets the settings used to validate the service certificate obtained using SSL authentication. |
![]() | DefaultCertificate | Gets or sets the default certificate to use for the service. |
![]() | ScopedCertificates | Gets or sets a scoped certificate to use to represent the service that the client is communicating with. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SetDefaultCertificate(String, StoreLocation, StoreName) | Specifies the default certificate to use for the service. For bindings that use certificate-based message security, this certificate is used to encrypt messages to the service and is expected to be used by the service for signing replies to the client. |
![]() | SetDefaultCertificate(StoreLocation, StoreName, X509FindType, Object) | Specifies the default certificate to use for the service. For bindings that use certificate-based message security, this certificate is used to encrypt messages to the service and is expected to be used by the service for signing replies to the client. |
![]() | SetScopedCertificate(String, StoreLocation, StoreName, Uri) | Gets a certificate by subject name, certificate store location, and certificate store name, and stores it in a collection to be used for the URL that sets the scope. |
![]() | SetScopedCertificate(StoreLocation, StoreName, X509FindType, Object, Uri) | Gets a certificate by certificate store location, certificate store name, type of X.509 search, and value to search for, and stores it in a collection to be used for the URL that sets the scope. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
This class is used by the ServiceCertificate property in the ClientCredentials class.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
