Bagikan melalui


MachineKeySection.DataProtectorType Properti

Definisi

Mendapatkan atau mengatur nama jenis pelindung data. Default adalah 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

Nilai Properti

Nama jenis pelindung data.

Atribut

Keterangan

Untuk menentukan algoritma perlindungan data kustom untuk ASP.NET, atur MachineKeySection.CompatibilityMode properti ke Framework45 dan atur properti ini ke string yang mewakili kelas yang berasal dari DataProtector kelas . String ini sesuai dengan providerClass parameter yang diteruskan ke metode pabrik statis DataProtector.Create . Kelas yang Anda tentukan digunakan oleh MachineKey.Protect metode dan MachineKey.Unprotect bahkan jika Anda tidak menentukan Framework45 opsi .

Jika Anda mengatur properti ini, Anda juga harus mengatur ApplicationName properti .

Berlaku untuk