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