PeerCredentialElement::MessageSenderAuthentication Property

 

Gets the element that describes message sender authentication properties for the associated X509 peer certificate from the peer credential configuration.

Namespace:   System.ServiceModel.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
[ConfigurationPropertyAttribute("messageSenderAuthentication")]
property X509PeerCertificateAuthenticationElement^ MessageSenderAuthentication {
	X509PeerCertificateAuthenticationElement^ get();
}

Property Value

Type: System.ServiceModel.Configuration::X509PeerCertificateAuthenticationElement^

X509PeerCertificateAuthenticationElement that describes message sender authentication properties for the associated X509 peer certificate.

.NET Framework
Available since 3.0
Return to top
Show: