4 implementations of CreateDescriptorFromSecret
Microsoft.AspNetCore.DataProtection (4)
AuthenticatedEncryption\ConfigurationModel\AuthenticatedEncryptorConfiguration.cs (1)
38
IAuthenticatedEncryptorDescriptor IInternalAlgorithmConfiguration.
CreateDescriptorFromSecret
(ISecret secret)
AuthenticatedEncryption\ConfigurationModel\CngCbcAuthenticatedEncryptorConfiguration.cs (1)
83
IAuthenticatedEncryptorDescriptor IInternalAlgorithmConfiguration.
CreateDescriptorFromSecret
(ISecret secret)
AuthenticatedEncryption\ConfigurationModel\CngGcmAuthenticatedEncryptorConfiguration.cs (1)
59
IAuthenticatedEncryptorDescriptor IInternalAlgorithmConfiguration.
CreateDescriptorFromSecret
(ISecret secret)
AuthenticatedEncryption\ConfigurationModel\ManagedAuthenticatedEncryptorConfiguration.cs (1)
62
IAuthenticatedEncryptorDescriptor IInternalAlgorithmConfiguration.
CreateDescriptorFromSecret
(ISecret secret)
4 references to CreateDescriptorFromSecret
Microsoft.AspNetCore.DataProtection (4)
AuthenticatedEncryption\ConfigurationModel\AuthenticatedEncryptorConfiguration.cs (1)
35
return internalConfiguration.
CreateDescriptorFromSecret
(Secret.Random(KDK_SIZE_IN_BYTES));
AuthenticatedEncryption\ConfigurationModel\CngCbcAuthenticatedEncryptorConfiguration.cs (1)
80
return internalConfiguration.
CreateDescriptorFromSecret
(Secret.Random(KDK_SIZE_IN_BYTES));
AuthenticatedEncryption\ConfigurationModel\CngGcmAuthenticatedEncryptorConfiguration.cs (1)
56
return internalConfiguration.
CreateDescriptorFromSecret
(Secret.Random(KDK_SIZE_IN_BYTES));
AuthenticatedEncryption\ConfigurationModel\ManagedAuthenticatedEncryptorConfiguration.cs (1)
59
return internalConfiguration.
CreateDescriptorFromSecret
(Secret.Random(KDK_SIZE_IN_BYTES));