Share via


NamedPipeTransportSecurity.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。 既定値は、EncryptAndSign です。

例外

値が有効な ProtectionLevel ではありません。

注釈

返される列挙体メンバーは、認証ストリームで要求されるセキュリティ サービスを示します。

有効な値は次のとおりです。

適用対象