Share via


ISecurableChannel 介面

定義

ISecurableChannel 包含一個 IsSecured 屬性,可取得或設定指出目前通道是否安全的布林值 (Boolean)。

public interface class ISecurableChannel
public interface ISecurableChannel
type ISecurableChannel = interface
Public Interface ISecurableChannel
衍生

備註

重要

呼叫實作此介面之類別的方法時,若並用了不信任的資料,會造成安全性上的風險。 呼叫實作此介面之類別的方法時,請一律使用信任的資料。 如需詳細資訊,請參閱 驗證所有輸入

屬性

IsSecured

取得或設定指出目前通道是否安全的布林值。

適用於