Partager via


EphemeralDataProtectionProvider.CreateProtector(String) Méthode

Définition

Crée un IDataProtector objectif donné.

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

Paramètres

purpose
String

Objectif à affecter au nouvellement créé IDataProtector.

Retours

IDataProtector lié à l’objectif fourni.

Implémente

S’applique à