The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
PeerCredential::MessageSenderAuthentication Property
.NET Framework (current version)
Gets or sets the message sender authentication validator.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: property X509PeerCertificateAuthentication^ MessageSenderAuthentication { X509PeerCertificateAuthentication^ get(); void set(X509PeerCertificateAuthentication^ value); }
Property Value
Type: System.ServiceModel.Security::X509PeerCertificateAuthentication^The message sender authentication validator.
This property must be populated if message authentication is chosen. This property specifies a validator, which will be invoked during message security verification. The credential specified in the message is passed to the validator specified in this property. The validator can either accept or reject the credential.
.NET Framework
Available since 3.0
Available since 3.0
Show: