IAuthenticatedEncryptorFactory.CreateEncryptorInstance(IKey) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Crea un'istanza IAuthenticatedEncryptor basata sull'oggetto specificato Descriptor.
public:
Microsoft::AspNetCore::DataProtection::AuthenticatedEncryption::IAuthenticatedEncryptor ^ CreateEncryptorInstance(Microsoft::AspNetCore::DataProtection::KeyManagement::IKey ^ key);
public Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.IAuthenticatedEncryptor CreateEncryptorInstance (Microsoft.AspNetCore.DataProtection.KeyManagement.IKey key);
public Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.IAuthenticatedEncryptor? CreateEncryptorInstance (Microsoft.AspNetCore.DataProtection.KeyManagement.IKey key);
abstract member CreateEncryptorInstance : Microsoft.AspNetCore.DataProtection.KeyManagement.IKey -> Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.IAuthenticatedEncryptor
Public Function CreateEncryptorInstance (key As IKey) As IAuthenticatedEncryptor
Parametri
- key
- IKey
Restituisce
Istanza di IAuthenticatedEncryptor.
Commenti
Per un determinato Descriptoroggetto , le due istanze restituite da questo metodo devono essere considerate equivalenti, ad esempio il payload restituito dal metodo di Encrypt(ArraySegment<Byte>, ArraySegment<Byte>) uno deve essere utilizzabile dal metodo dell'altro Decrypt(ArraySegment<Byte>, ArraySegment<Byte>) .