1 implementation of IPersistedDataProtector
Microsoft.AspNetCore.DataProtection (1)
KeyManagement\KeyRingBasedDataProtector.cs (1)
20
internal sealed unsafe class KeyRingBasedDataProtector : IDataProtector,
IPersistedDataProtector
3 references to IPersistedDataProtector
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,