Class MessageSecurityOverRelayOnewayElement
- Namespace
- Microsoft.ServiceBus.Configuration
- Assembly
- Microsoft.ServiceBus.dll
A configuration element that describes the message security for a one-way message to the Azure Service Bus relay.
public sealed class MessageSecurityOverRelayOnewayElement : ConfigurationElement
- Inheritance
-
MessageSecurityOverRelayOnewayElement
Constructors
MessageSecurityOverRelayOnewayElement()
public MessageSecurityOverRelayOnewayElement()
Properties
AlgorithmSuite
Gets or sets from the configuration file the message encryption and key-wrap algorithms used to secure a one-way message.
[TypeConverter(typeof(SecurityAlgorithmSuiteConverter))]
public SecurityAlgorithmSuite AlgorithmSuite { get; set; }
Property Value
- SecurityAlgorithmSuite
Returns a System.ServiceModel.Security.SecurityAlgorithmSuite that contains the algorithm suite. The default is Base256.
ClientCredentialType
Gets or sets from the configuration file the type of credential to be used when performing client authentication using message-based security or TransportWithMessageCredential.
public MessageCredentialType ClientCredentialType { get; set; }
Property Value
- MessageCredentialType
Returns a System.ServiceModel.MessageCredentialType that contains the message credential type. The default is Windows.
Properties
protected override ConfigurationPropertyCollection Properties { get; }
Property Value
- ConfigurationPropertyCollection