DataProtectionAdvancedExtensions.ToTimeLimitedDataProtector Methode

Definition

Konvertiert ein IDataProtector in ein ITimeLimitedDataProtector , sodass Nutzlasten mit einer endlichen Lebensdauer geschützt werden können.

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::AspNetCore::DataProtection::ITimeLimitedDataProtector ^ ToTimeLimitedDataProtector(Microsoft::AspNetCore::DataProtection::IDataProtector ^ protector);
public static Microsoft.AspNetCore.DataProtection.ITimeLimitedDataProtector ToTimeLimitedDataProtector (this Microsoft.AspNetCore.DataProtection.IDataProtector protector);
static member ToTimeLimitedDataProtector : Microsoft.AspNetCore.DataProtection.IDataProtector -> Microsoft.AspNetCore.DataProtection.ITimeLimitedDataProtector
<Extension()>
Public Function ToTimeLimitedDataProtector (protector As IDataProtector) As ITimeLimitedDataProtector

Parameter

protector
IDataProtector

Der IDataProtector , der in einen zeitbegrenzten Schutz konvertiert werden soll.

Gibt zurück

ITimeLimitedDataProtector.

Gilt für: