2 implementations of DefaultKeyId
Microsoft.AspNetCore.DataProtection (2)
EphemeralDataProtectionProvider.cs (1)
85public Guid DefaultKeyId { get; }
KeyManagement\KeyRing.cs (1)
48public Guid DefaultKeyId { get; }
4 references to DefaultKeyId
Microsoft.AspNetCore.DataProtection (4)
Internal\DataProtectionHostedService.cs (1)
37_logger.KeyRingWasLoadedOnStartup(keyRing.DefaultKeyId);
KeyManagement\KeyRingBasedDataProtector.cs (2)
105var defaultKeyId = currentKeyRing.DefaultKeyId; 260if (keyIdFromPayload != currentKeyRing.DefaultKeyId)
KeyManagement\KeyRingBasedSpanDataProtector.cs (1)
34var defaultKeyId = currentKeyRing.DefaultKeyId;