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 列舉值。

適用於