4 references to ThrowsArgumentNull
Microsoft.AspNetCore.DataProtection.Tests (4)
KeyManagement\KeyRingBasedDataProtectorTests.cs (2)
45ExceptionAssert.ThrowsArgumentNull(() => protector.Protect(plaintext: null), "plaintext"); 150ExceptionAssert.ThrowsArgumentNull(() => protector.Unprotect(protectedData: null), "protectedData");
SecretTests.cs (2)
93ExceptionAssert.ThrowsArgumentNull( 231ExceptionAssert.ThrowsArgumentNull(