MessageDescription.ProtectionLevel プロパティ

定義

メッセージに必要なセキュリティ サービスを取得または設定します。

public:
 property System::Net::Security::ProtectionLevel ProtectionLevel { System::Net::Security::ProtectionLevel get(); void set(System::Net::Security::ProtectionLevel value); };
public System.Net.Security.ProtectionLevel ProtectionLevel { get; set; }
member this.ProtectionLevel : System.Net.Security.ProtectionLevel with get, set
Public Property ProtectionLevel As ProtectionLevel

プロパティ値

メッセージに必要なセキュリティ サービスを指定した ProtectionLevel の値。

例外

値セットは、 ProtectionLevelに対して有効な値ではありません。

注釈

セキュリティ サービスは、メッセージに含まれるデータの機密性、整合性、および認証を保証するために使用されます。

適用対象