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

プロパティ値

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

実装

適用対象