共用方式為


OperationContractAttribute.HasProtectionLevel 屬性

定義

取得指出此作業的訊息是否必須加密及/或簽署的值。

public:
 property bool HasProtectionLevel { bool get(); };
public bool HasProtectionLevel { get; }
member this.HasProtectionLevel : bool
Public ReadOnly Property HasProtectionLevel As Boolean

屬性值

Boolean

ProtectionLevel 屬性設為 None 以外的值,則為true,否則為 false。 預設為 false

備註

使用 HasProtectionLevel 屬性,判斷此作業的訊息是否需要特定的保護層級。

適用於