OperationDescription.ProtectionLevel 属性

定义

获取或设置操作的保护级别。

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对应于 ProtectionLevel Windows Communication Foundation (WCF) 编程模型中的属性。

如果设置了 ProtectionLevel,则 HasProtectionLevel 属性设置为 true

适用于