Receive.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)

プロパティ値

操作の保護レベル。

注釈

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

適用対象