2 references to GetAadForKey
Microsoft.AspNetCore.DataProtection (2)
KeyManagement\KeyRingBasedDataProtector.cs (2)
112
var aad = _aadTemplate.
GetAadForKey
(defaultKeyId, isProtecting: true);
282
ArraySegment<byte> additionalAuthenticatedData = new ArraySegment<byte>(_aadTemplate.
GetAadForKey
(keyIdFromPayload, isProtecting: false));