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보호 수준이 설정되지 않음을 의미합니다.

적용 대상