Table of Contents

Class MessageSecurityOverRelayConnection

Namespace
Microsoft.ServiceBus
Assembly
Microsoft.ServiceBus.dll

Describes the message security on a relay connection for a binding.

public sealed class MessageSecurityOverRelayConnection
Inheritance
MessageSecurityOverRelayConnection
Inherited Members

Properties

AlgorithmSuite

Sets or gets the algorithm suite used for Message Security at the SOAP level.

public SecurityAlgorithmSuite AlgorithmSuite { get; set; }

Property Value

SecurityAlgorithmSuite

Returns a System.ServiceModel.Security.SecurityAlgorithmSuite that contains the algorithm suite. The default value is Base256.

ClientCredentialType

Gets or sets the type of client credential used for client authentication.

public MessageCredentialType ClientCredentialType { get; set; }

Property Value

MessageCredentialType

Returns a System.ServiceModel.MessageCredentialType that contains the credentials. The default is Windows.