Partager via


IAuthenticatedEncryptorDescriptor.CreateEncryptorInstance Méthode

Définition

Crée un IAuthenticatedEncryptor instance basé sur le descripteur actuel.

public:
 Microsoft::AspNetCore::DataProtection::AuthenticatedEncryption::IAuthenticatedEncryptor ^ CreateEncryptorInstance();
public Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.IAuthenticatedEncryptor CreateEncryptorInstance ();
abstract member CreateEncryptorInstance : unit -> Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.IAuthenticatedEncryptor
Public Function CreateEncryptorInstance () As IAuthenticatedEncryptor

Retours

Instance de IAuthenticatedEncryptor.

Remarques

Pour un descripteur donné, deux instances retournées par cette méthode doivent être considérées comme équivalentes, par exemple, la charge utile retournée par une Encrypt(ArraySegment<Byte>, ArraySegment<Byte>) méthode doit être consommable par la méthode de Decrypt(ArraySegment<Byte>, ArraySegment<Byte>) l’autre.

S’applique à