次の方法で共有


BasicHttpRelayBinding.Security プロパティ

定義

このバインディングで使用されるセキュリティ バインドのコレクションを取得します。

public Microsoft.ServiceBus.BasicHttpRelaySecurity Security { get; }
member this.Security : Microsoft.ServiceBus.BasicHttpRelaySecurity
Public ReadOnly Property Security As BasicHttpRelaySecurity

プロパティ値

バインディングで BasicHttpRelaySecurity 使用されるセキュリティ設定を含む を返します。 既定値では、EndToEndBasicSecurityMode が Transport に設定され、RelayClientAuthenticationType が RelayAccessToken に設定され、HttpRelayTransportSecurity が HttypProxyCredentialType が None、BasicHttpMessageCredentialType.UserName が ClientCredentialType の BasicHttpRelayMessageSecurity と SecurityAlgorithmSuite.Basic256 が設定されています。

適用対象