IpcServerChannel.IsSecured プロパティ

定義

現在のチャネルをセキュリティで保護しているかどうかを示すブール値を取得または設定します。

public:
 property bool IsSecured { bool get(); void set(bool value); };
public bool IsSecured { get; set; }
member this.IsSecured : bool with get, set
Public Property IsSecured As Boolean

プロパティ値

現在のインスタンスをセキュリティで保護しているかどうかを示すブール値。

実装

適用対象