OperationInfo.ProtectionLevel 属性

定义

获取或设置 ProtectionLevel 操作。

public:
 property Nullable<System::Net::Security::ProtectionLevel> ProtectionLevel { Nullable<System::Net::Security::ProtectionLevel> get(); void set(Nullable<System::Net::Security::ProtectionLevel> value); };
public System.Net.Security.ProtectionLevel? ProtectionLevel { get; set; }
member this.ProtectionLevel : Nullable<System.Net.Security.ProtectionLevel> with get, set
Public Property ProtectionLevel As Nullable(Of ProtectionLevel)

属性值

操作 ProtectionLevel 使用的对象。

注解

默认值为 null,这意味着未设置保护级别。

适用于