5 references to Common_PropertyCannotBeNullOrEmpty
Microsoft.AspNetCore.DataProtection (5)
AuthenticatedEncryption\CngCbcAuthenticatedEncryptorFactory.cs (2)
72throw Error.Common_PropertyCannotBeNullOrEmpty(nameof(configuration.HashAlgorithm)); 106throw Error.Common_PropertyCannotBeNullOrEmpty(nameof(EncryptionAlgorithm));
AuthenticatedEncryption\CngGcmAuthenticatedEncryptorFactory.cs (1)
73throw Error.Common_PropertyCannotBeNullOrEmpty(nameof(EncryptionAlgorithm));
AuthenticatedEncryption\ManagedAuthenticatedEncryptorFactory.cs (2)
63throw Error.Common_PropertyCannotBeNullOrEmpty(nameof(configuration.ValidationAlgorithmType)); 87throw Error.Common_PropertyCannotBeNullOrEmpty(nameof(configuration.EncryptionAlgorithmType));