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)
201if (keyIdToKeyMap.ContainsKey(key.KeyId)) 203throw Error.XmlKeyManager_DuplicateKey(key.KeyId); 205keyIdToKeyMap[key.KeyId] = key; 271_logger.MarkedKeyAsRevokedInTheKeyring(key.KeyId); 333if (!_knownKeyMap.TryAdd(key.KeyId, key)) 336Debug.Assert(_knownKeyMap.TryGetValue(key.KeyId, out var existingKey));