WSHttpRelaySecurity.Message Property
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.
Gets the message-level security settings for this Azure Service Bus binding.
public Microsoft.ServiceBus.NonDualMessageSecurityOverRelayHttp Message { get; }
member this.Message : Microsoft.ServiceBus.NonDualMessageSecurityOverRelayHttp
Public ReadOnly Property Message As NonDualMessageSecurityOverRelayHttp
Property Value
Returns NonDualMessageSecurityOverRelayHttp.Contains the security settings. The default value includes: EstablishSecurityContext with default set to true, ClientCredentialType is Windows, AlgorithmSuite is Basic256, and NegotiateServiceCredential is true.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET