Aracılığıyla paylaş


MachineKeySection.DataProtectorType Özellik

Tanım

Veri koruyucusu türünün adını alır veya ayarlar. Varsayılan değer: Empty.

public:
 property System::String ^ DataProtectorType { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.TypeConverter(typeof(System.Configuration.WhiteSpaceTrimStringConverter))]
[System.Configuration.ConfigurationProperty("dataProtectorType", DefaultValue="")]
public string DataProtectorType { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Configuration.WhiteSpaceTrimStringConverter))>]
[<System.Configuration.ConfigurationProperty("dataProtectorType", DefaultValue="")>]
member this.DataProtectorType : string with get, set
Public Property DataProtectorType As String

Özellik Değeri

Veri koruyucusu türünün adı.

Öznitelikler

Açıklamalar

ASP.NET için özel veri koruma algoritmaları belirtmek için özelliğini Framework45 olarak ayarlayın MachineKeySection.CompatibilityMode ve bu özelliği sınıfından türetilen bir sınıfı temsil eden bir dize olarak DataProtector ayarlayın. Bu dize, providerClass statik DataProtector.Create fabrika yöntemine geçirilen parametreye karşılık gelir. Belirttiğiniz sınıf, seçeneğini belirtmeseniz Framework45 bile ve MachineKey.Unprotect yöntemleri tarafından MachineKey.Protect kullanılır.

Bu özelliği ayarlarsanız, özelliğini de ayarlamanız ApplicationName gerekir.

Şunlara uygulanır