次の方法で共有


Send.ProtectionLevel プロパティ

定義

メッセージの保護レベルを示す値を取得または設定します。

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

プロパティ値

Nullable<ProtectionLevel>

メッセージの保護レベル。

注釈

このプロパティは、いずれかの ProtectionLevel 列挙値に設定されます。

適用対象