Send.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)

속성 값

Nullable<ProtectionLevel>

메시지의 보호 수준입니다.

설명

이 속성은 ProtectionLevel 열거형의 값 중 하나로 설정됩니다.

적용 대상