Windows apps
Collapse the table of content
Expand the table of content
Information
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

 

Gets or sets the message sender authentication validator.

Namespace:   System.ServiceModel.Security
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
Return to top
Show:
© 2017 Microsoft