Compartir a través de


EphemeralDataProtectionProvider.CreateProtector(String) Método

Definición

Crea un IDataProtector propósito determinado.

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

Parámetros

purpose
String

Propósito que se asignará al objeto recién creado IDataProtector.

Devoluciones

Un IDataProtector vinculado al propósito proporcionado.

Implementaciones

Se aplica a