DataProtectionCommonExtensions.Protect(IDataProtector, String) Método

Definição

Protege criptograficamente uma parte dos dados de texto não criptografado.

public:
[System::Runtime::CompilerServices::Extension]
 static System::String ^ Protect(Microsoft::AspNetCore::DataProtection::IDataProtector ^ protector, System::String ^ plaintext);
public static string Protect (this Microsoft.AspNetCore.DataProtection.IDataProtector protector, string plaintext);
static member Protect : Microsoft.AspNetCore.DataProtection.IDataProtector * string -> string
<Extension()>
Public Function Protect (protector As IDataProtector, plaintext As String) As String

Parâmetros

protector
IDataProtector

O protetor de dados a ser usado para essa operação.

plaintext
String

Os dados de texto não criptografado a serem protegidos.

Retornos

A forma protegida dos dados de texto não criptografado.

Aplica-se a