DataProtectionCommonExtensions.Unprotect(IDataProtector, String) Methode

Definition

Hebt den Schutz geschützter Daten kryptografisch auf.

public:
[System::Runtime::CompilerServices::Extension]
 static System::String ^ Unprotect(Microsoft::AspNetCore::DataProtection::IDataProtector ^ protector, System::String ^ protectedData);
public static string Unprotect (this Microsoft.AspNetCore.DataProtection.IDataProtector protector, string protectedData);
static member Unprotect : Microsoft.AspNetCore.DataProtection.IDataProtector * string -> string
<Extension()>
Public Function Unprotect (protector As IDataProtector, protectedData As String) As String

Parameter

protector
IDataProtector

Der Datenschutz, der für diesen Vorgang verwendet werden soll.

protectedData
String

Die geschützten Daten, die nicht geschützt werden sollen.

Gibt zurück

Die Klartextform der geschützten Daten.

Ausnahmen

Wird ausgelöst, wenn protectedData ungültig oder falsch formatiert ist.

Gilt für: