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ではありません。

注釈

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

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

適用対象