4 implementations of Validate
Microsoft.AspNetCore.DataProtection (4)
AuthenticatedEncryption\ConfigurationModel\AuthenticatedEncryptorConfiguration.cs (1)
43
void IInternalAlgorithmConfiguration.
Validate
()
AuthenticatedEncryption\ConfigurationModel\CngCbcAuthenticatedEncryptorConfiguration.cs (1)
93
void IInternalAlgorithmConfiguration.
Validate
()
AuthenticatedEncryption\ConfigurationModel\CngGcmAuthenticatedEncryptorConfiguration.cs (1)
69
void IInternalAlgorithmConfiguration.
Validate
()
AuthenticatedEncryption\ConfigurationModel\ManagedAuthenticatedEncryptorConfiguration.cs (1)
72
void IInternalAlgorithmConfiguration.
Validate
()
1 reference to Validate
Microsoft.AspNetCore.DataProtection (1)
DataProtectionBuilderExtensions.cs (1)
497
((IInternalAlgorithmConfiguration)configuration).
Validate
(); // perform self-test