1 implementation of DangerousUnprotect
Microsoft.AspNetCore.DataProtection (1)
KeyManagement\KeyRingBasedDataProtector.cs (1)
77
public byte[]
DangerousUnprotect
(byte[] protectedData, bool ignoreRevocationErrors, out bool requiresMigration, out bool wasRevoked)
3 references to DangerousUnprotect
Microsoft.AspNetCore.DataProtection.Tests (3)
KeyManagement\KeyRingBasedDataProtectorTests.cs (3)
447
byte[] retVal = ((IPersistedDataProtector)protector).
DangerousUnprotect
(protectedData,
497
retVal = ((IPersistedDataProtector)protector).
DangerousUnprotect
(protectedData,
547
retVal = ((IPersistedDataProtector)protector).
DangerousUnprotect
(protectedData,