ISecurableChannel.IsSecured プロパティ

定義

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

public:
 property bool IsSecured { bool get(); void set(bool value); };
public bool IsSecured { get; set; }
public bool IsSecured { [System.Security.SecurityCritical] get; [System.Security.SecurityCritical] set; }
member this.IsSecured : bool with get, set
[<get: System.Security.SecurityCritical>]
[<set: System.Security.SecurityCritical>]
member this.IsSecured : bool with get, set
Public Property IsSecured As Boolean

プロパティ値

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

属性

適用対象