ChannelProtectionRequirements 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
描述套用至此通道上傳輸之訊息不同部分的加密和簽章需求。
public ref class ChannelProtectionRequirements
public class ChannelProtectionRequirements
type ChannelProtectionRequirements = class
Public Class ChannelProtectionRequirements
- 繼承
-
ChannelProtectionRequirements
備註
擴充 BindingElement 類別時,您必須實作 GetProperty<T>(BindingContext),讓它傳回這個類別的實例,對應至綁定項。
建構函式
ChannelProtectionRequirements() |
初始化 ChannelProtectionRequirements 類別的新實例。 |
ChannelProtectionRequirements(ChannelProtectionRequirements) |
從這個類別的另一個實例,初始化 ChannelProtectionRequirements 類別的新實例。 |
屬性
IncomingEncryptionParts |
取得從客戶端到伺服器為訊息加密的訊息元件集合。 |
IncomingSignatureParts |
取得從客戶端到伺服器為訊息簽署的訊息元件集合。 |
IsReadOnly |
取得值,這個值表示類別的這個實例是否為唯讀。 |
OutgoingEncryptionParts |
取得訊息元件集合,這些元件會針對從伺服器到用戶端的訊息加密。 |
OutgoingSignatureParts |
取得從伺服器到用戶端簽署訊息的訊息元件集合。 |
方法
Add(ChannelProtectionRequirements, Boolean) |
將指定之 ChannelProtectionRequirements 中的各種元件集合加入至這個類別的目前實例。 |
Add(ChannelProtectionRequirements) |
將指定 ChannelProtectionRequirements 中的元件集合加入至這個類別的目前實例。 |
CreateInverse() |
建立這個類別的新實例,並反轉傳入和傳出元件。 |
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetHashCode() |
做為預設哈希函式。 (繼承來源 Object) |
GetType() |
取得目前實例的 Type。 (繼承來源 Object) |
MakeReadOnly() |
將此類別及其元件集合設定為唯讀。 |
MemberwiseClone() |
建立目前 Object的淺層複本。 (繼承來源 Object) |
ToString() |
傳回表示目前 物件的字串。 (繼承來源 Object) |