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