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