X509CertificateEndpointIdentity 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示服务终结点的证书标识。 尝试与服务终结点通信的客户端应基于终结点标识提供的证书对服务进行身份验证。
public ref class X509CertificateEndpointIdentity : System::ServiceModel::EndpointIdentity
public class X509CertificateEndpointIdentity : System.ServiceModel.EndpointIdentity
type X509CertificateEndpointIdentity = class
inherit EndpointIdentity
Public Class X509CertificateEndpointIdentity
Inherits EndpointIdentity
- 继承
构造函数
X509CertificateEndpointIdentity(X509Certificate2) |
使用现有证书初始化类的新实例 X509CertificateEndpointIdentity 。 |
X509CertificateEndpointIdentity(X509Certificate2, X509Certificate2Collection) |
使用主要(叶)证书和作为其信任链一部分的证书初始化此the X509CertificateEndpointIdentity类的新实例。 |
属性
Certificates |
获取此标识的证书集合。 |
IdentityClaim |
获取对应于此标识的标识声明。 (继承自 EndpointIdentity) |
方法
Equals(Object) |
返回一个值,该值确定指定的对象是否与当前的标识对象相等,或者它们是否拥有相等的安全属性。 (继承自 EndpointIdentity) |
GetHashCode() |
提供当前标识实例的哈希代码。 (继承自 EndpointIdentity) |
GetType() |
获取当前实例的 Type。 (继承自 Object) |
Initialize(Claim) |
使用指定的声明初始化 EndpointIdentity。 (继承自 EndpointIdentity) |
Initialize(Claim, IEqualityComparer<Claim>) |
使用指定的声明和接口初始化 EndpointIdentity 并对相等性进行比较。 (继承自 EndpointIdentity) |
MemberwiseClone() |
创建当前 Object 的浅表副本。 (继承自 Object) |
ToString() |
返回标识。 (继承自 EndpointIdentity) |