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

属性值

指示当前信道是否安全的布尔值。

属性

适用于