Class BasicHttpRelayMessageSecurityElement
- Namespace
- Microsoft.ServiceBus.Configuration
- Assembly
- Microsoft.ServiceBus.dll
A configuration element that configures SOAP message security.
public sealed class BasicHttpRelayMessageSecurityElement : ConfigurationElement
- Inheritance
-
BasicHttpRelayMessageSecurityElement
Constructors
BasicHttpRelayMessageSecurityElement()
public BasicHttpRelayMessageSecurityElement()
Properties
AlgorithmSuite
Gets or sets the security algorithm to use with the BasicHttpRelayMessageSecurityElement class.
[TypeConverter(typeof(SecurityAlgorithmSuiteConverter))]
public SecurityAlgorithmSuite AlgorithmSuite { get; set; }
Property Value
- SecurityAlgorithmSuite
Returns a System.ServiceModel.Security.SecurityAlgorithmSuite that contains the security algorithm. The default is Basic256.
ClientCredentialType
Gets or sets the type of client credential used for client authentication.
public BasicHttpMessageCredentialType ClientCredentialType { get; set; }
Property Value
- BasicHttpMessageCredentialType
Returns a System.ServiceModel.BasicHttpMessageCredentialType that contains the credentials. The default is UserName.
Properties
protected override ConfigurationPropertyCollection Properties { get; }
Property Value
- ConfigurationPropertyCollection