10 references to WriteByteString
System.Formats.Cbor (1)
System\Formats\Cbor\Writer\CborWriter.String.cs (1)
32
WriteByteString
(value.AsSpan());
System.Security.Cryptography.Cose (9)
System\Security\Cryptography\Cose\CoseHeaderValue.cs (1)
108
writer.
WriteByteString
(value);
System\Security\Cryptography\Cose\CoseHelpers.cs (3)
328
writer.
WriteByteString
(encodedValue);
346
writer.
WriteByteString
(content);
353
writer.
WriteByteString
(buffer.Slice(0, bytesWritten));
System\Security\Cryptography\Cose\CoseMessage.cs (5)
494
writer.
WriteByteString
(bodyProtected);
495
writer.
WriteByteString
(signProtected);
503
writer.
WriteByteString
(bodyProtected);
506
writer.
WriteByteString
(associatedData);
507
writer.
WriteByteString
(content);