Aracılığıyla paylaş


OperationInfo.ProtectionLevel Özellik

Tanım

bir işlemin öğesini ProtectionLevel alır veya ayarlar.

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)

Özellik Değeri

Nullable<ProtectionLevel>

ProtectionLevel İşlem tarafından kullanılan bir nesne.

Örnekler

Aşağıdaki örnekte özelliğine nasıl erişildi gösterilmektedir ProtectionLevel .

OperationInfo info = new OperationInfo();
info.ProtectionLevel = System.Net.Security.ProtectionLevel.EncryptAndSign;
Dim info As New OperationInfo()
info.ProtectionLevel = System.Net.Security.ProtectionLevel.EncryptAndSign

Açıklamalar

Varsayılan değer olan null, koruma düzeyinin ayarlanmadığı anlamına gelir.

Şunlara uygulanır