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