Implemented interface member:
property
KeyId
Microsoft.AspNetCore.DataProtection.KeyManagement.IKey.KeyId
1 write to KeyId
Microsoft.AspNetCore.DataProtection (1)
KeyManagement\Key.cs (1)
105
KeyId
= keyId;
7 references to KeyId
Microsoft.AspNetCore.DataProtection (7)
KeyManagement\Key.cs (1)
210
keyId:
KeyId
,
KeyManagement\XmlKeyManager.cs (6)
201
if (keyIdToKeyMap.ContainsKey(key.
KeyId
))
203
throw Error.XmlKeyManager_DuplicateKey(key.
KeyId
);
205
keyIdToKeyMap[key.
KeyId
] = key;
271
_logger.MarkedKeyAsRevokedInTheKeyring(key.
KeyId
);
333
if (!_knownKeyMap.TryAdd(key.
KeyId
, key))
336
Debug.Assert(_knownKeyMap.TryGetValue(key.
KeyId
, out var existingKey));