3 writes to Kemct
System.Security.Cryptography.Pkcs (3)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Kem.cs (1)
79kemri.Kemct = ciphertext;
System\Security\Cryptography\Pkcs\Asn1\KemRecipientInfoAsn.xml.cs (2)
110decoded.Kemct = rebindSpan.Overlaps(tmpSpan, out offset) ? rebind.Slice(offset, tmpSpan.Length) : tmpSpan.ToArray(); 114decoded.Kemct = sequenceReader.ReadOctetString();
2 references to Kemct
System.Security.Cryptography.Pkcs (2)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Kem.cs (1)
142internal override ReadOnlyMemory<byte> KeyEncapsulationCiphertext => _asn.Kemct;
System\Security\Cryptography\Pkcs\Asn1\KemRecipientInfoAsn.xml.cs (1)
36writer.WriteOctetString(Kemct.Span);