NonDualMessageSecurityOverRelayHttp Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enables setting message-level security properties for a WS-Http relay binding.
public sealed class NonDualMessageSecurityOverRelayHttp : Microsoft.ServiceBus.MessageSecurityOverRelayHttp
type NonDualMessageSecurityOverRelayHttp = class
inherit MessageSecurityOverRelayHttp
Public NotInheritable Class NonDualMessageSecurityOverRelayHttp
Inherits MessageSecurityOverRelayHttp
- Inheritance
Properties
AlgorithmSuite |
Specifies the algorithm suite used for security messages at the SOAP level. (Inherited from MessageSecurityOverRelayHttp) |
ClientCredentialType |
Specifies the type of client credential used for client authentication. (Inherited from MessageSecurityOverRelayHttp) |
EstablishSecurityContext |
Gets or sets a value that specifies whether a security context token is established. |
NegotiateServiceCredential |
Gets or sets a value that indicates whether the service credential is provisioned at the client out of band or is obtained from the service through a process of negotiation. (Inherited from MessageSecurityOverRelayHttp) |
Methods
IsSecureConversationEnabled() |
Only used in extensibility scenarios to indicate whether an instance of a class derived from MessageSecurityOverRelayHttp is configured to perform secure conversation. (Inherited from MessageSecurityOverRelayHttp) |
Applies to
Azure SDK for .NET