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