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