PeerCredential.MessageSenderAuthentication 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置消息发送方身份验证验证程序。
public:
property System::ServiceModel::Security::X509PeerCertificateAuthentication ^ MessageSenderAuthentication { System::ServiceModel::Security::X509PeerCertificateAuthentication ^ get(); void set(System::ServiceModel::Security::X509PeerCertificateAuthentication ^ value); };
public System.ServiceModel.Security.X509PeerCertificateAuthentication MessageSenderAuthentication { get; set; }
member this.MessageSenderAuthentication : System.ServiceModel.Security.X509PeerCertificateAuthentication with get, set
Public Property MessageSenderAuthentication As X509PeerCertificateAuthentication
属性值
消息发送方身份验证验证程序。
注解
如果选择了消息身份验证,则必须填充此属性。 此属性指定一个验证程序,在验证消息安全性的过程中将调用该验证程序。 在消息中指定的凭据将传递到此属性中指定的验证程序。 验证程序可以接受或拒绝凭据。