次の方法で共有


TcpRelayTransportSecurityElement.ProtectionLevel プロパティ

定義

TCP リレーのトランスポート セキュリティ レベルを含む XML 値を取得または設定します。

[System.Configuration.ConfigurationProperty("protectionLevel", DefaultValue=System.Net.Security.ProtectionLevel.EncryptAndSign)]
public System.Net.Security.ProtectionLevel ProtectionLevel { get; set; }
[<System.Configuration.ConfigurationProperty("protectionLevel", DefaultValue=System.Net.Security.ProtectionLevel.EncryptAndSign)>]
member this.ProtectionLevel : System.Net.Security.ProtectionLevel with get, set
Public Property ProtectionLevel As ProtectionLevel

プロパティ値

トランスポート セキュリティ ProtectionLevel レベルを含む を返します。 既定値は EncryptAndSign です。

属性

適用対象