OperationDescription.ProtectionLevel 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置操作的保护级别。
public:
property System::Net::Security::ProtectionLevel ProtectionLevel { System::Net::Security::ProtectionLevel get(); void set(System::Net::Security::ProtectionLevel value); };
public System.Net.Security.ProtectionLevel ProtectionLevel { get; set; }
member this.ProtectionLevel : System.Net.Security.ProtectionLevel with get, set
Public Property ProtectionLevel As ProtectionLevel
属性值
针对操作的 ProtectionLevel。
注解
ProtectionLevel 属性可控制是否必须对操作消息进行加密或签名,或两者都必须进行。 除非较窄范围重写此处设置的值,否则此值是为此操作指定的所有消息的默认值。
ProtectionLevel对应于 ProtectionLevel Windows Communication Foundation (WCF) 编程模型中的属性。
如果设置了 ProtectionLevel,则 HasProtectionLevel 属性设置为 true
。