Partager via


DataProtectionAdvancedExtensions.ToTimeLimitedDataProtector Méthode

Définition

Convertit un IDataProtector en afin ITimeLimitedDataProtector que les charges utiles puissent être protégées avec une durée de vie limitée.

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

Paramètres

protector
IDataProtector

à convertir en protecteur limité dans le IDataProtector temps.

Retours

Élément ITimeLimitedDataProtector.

S’applique à