Partager via


IAuthenticatedEncryptorConfiguration.CreateNewDescriptor Méthode

Définition

Crée un IAuthenticatedEncryptorDescriptor instance basé sur cette configuration. Le instance nouvellement créé contient un matériau clé unique et est distinct de tous les autres descripteurs créés par la CreateNewDescriptor() méthode.

public:
 Microsoft::AspNetCore::DataProtection::AuthenticatedEncryption::ConfigurationModel::IAuthenticatedEncryptorDescriptor ^ CreateNewDescriptor();
public Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptor CreateNewDescriptor ();
abstract member CreateNewDescriptor : unit -> Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptor
Public Function CreateNewDescriptor () As IAuthenticatedEncryptorDescriptor

Retours

Un unique IAuthenticatedEncryptorDescriptor.

S’applique à