4 references to ThrowsArgumentNull
Microsoft.AspNetCore.DataProtection.Tests (4)
KeyManagement\KeyRingBasedDataProtectorTests.cs (2)
32ExceptionAssert.ThrowsArgumentNull(() => protector.Protect(plaintext: null), "plaintext"); 137ExceptionAssert.ThrowsArgumentNull(() => protector.Unprotect(protectedData: null), "protectedData");
SecretTests.cs (2)
91ExceptionAssert.ThrowsArgumentNull( 229ExceptionAssert.ThrowsArgumentNull(