3 writes to Ukm
System.Security.Cryptography.Pkcs (3)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Kem.cs (1)
53kemri.Ukm = recipient.KeyEncapsulationUserKeyingMaterial;
System\Security\Cryptography\Pkcs\Asn1\KemRecipientInfoAsn.xml.cs (2)
131decoded.Ukm = rebindSpan.Overlaps(tmpSpan, out offset) ? rebind.Slice(offset, tmpSpan.Length) : tmpSpan.ToArray(); 135decoded.Ukm = explicitReader.ReadOctetString();
5 references to Ukm
System.Security.Cryptography.Pkcs (5)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Kem.cs (3)
91kemri.Ukm); 151internal override ReadOnlyMemory<byte>? UserKeyingMaterial => _asn.Ukm; 293return EncodeKdfInfo(_asn.Wrap, _asn.KekLength, _asn.Ukm).Encode(encodeState,
System\Security\Cryptography\Pkcs\Asn1\KemRecipientInfoAsn.xml.cs (2)
40if (Ukm.HasValue) 43writer.WriteOctetString(Ukm.Value.Span);