Implemented interface member:
property
DefaultKeyId
Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IKeyRing.DefaultKeyId
1 write to DefaultKeyId
Microsoft.AspNetCore.DataProtection (1)
KeyManagement\KeyRing.cs (1)
36DefaultKeyId = defaultKey.KeyId;
1 reference to DefaultKeyId
Microsoft.AspNetCore.DataProtection (1)
KeyManagement\KeyRing.cs (1)
37_defaultKeyHolder = _keyIdToKeyHolderMap[DefaultKeyId];