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