X509ServiceCertificateAuthentication Class
Represents the settings used by the client proxy to authenticate service certificates that are obtained using SSL/TLS negotiation.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() | X509ServiceCertificateAuthentication() | Initializes a new instance of the X509ServiceCertificateAuthentication class. |
| Name | Description | |
|---|---|---|
![]() | CertificateValidationMode | Gets or sets the certificate validation mode. |
![]() | CustomCertificateValidator | Gets or sets a custom client certificate validator. |
![]() | RevocationMode | Gets or sets the certificate revocation mode for ChainTrust and PeerOrChainTrust X.509 certificate validation mode. |
![]() | TrustedStoreLocation | Gets or sets the trusted store location under which context the client certificate chain is validated. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

