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