Partager via


ITimeLimitedDataProtector.CreateProtector(String) Méthode

Définition

Crée un ITimeLimitedDataProtector objet donné.

public:
 Microsoft::AspNetCore::DataProtection::ITimeLimitedDataProtector ^ CreateProtector(System::String ^ purpose);
public Microsoft.AspNetCore.DataProtection.ITimeLimitedDataProtector CreateProtector (string purpose);
abstract member CreateProtector : string -> Microsoft.AspNetCore.DataProtection.ITimeLimitedDataProtector
Public Function CreateProtector (purpose As String) As ITimeLimitedDataProtector

Paramètres

purpose
String

Objectif à affecter au nouvellement créé ITimeLimitedDataProtector.

Retours

ITimeLimitedDataProtector lié à l’objectif fourni.

Remarques

Le purpose paramètre doit être unique pour le cas d’usage prévu ; deux instances différentes ITimeLimitedDataProtector créées avec deux valeurs différentes purpose ne pourront pas déchiffrer les charges utiles de l’autre. La purpose valeur du paramètre n’est pas destinée à rester secrète.

S’applique à