2 references to CryptoUtil
Microsoft.AspNetCore.DataProtection.Abstractions (2)
DataProtectionCommonExtensions.cs (2)
44
retVal = retVal.CreateProtector(purpose) ??
CryptoUtil
.Fail<IDataProtector>("CreateProtector returned null.");
84
return protector ??
CryptoUtil
.Fail<IDataProtector>("CreateProtector returned null.");