5 references to ReadByteString
System.Formats.Cbor (1)
System\Formats\Cbor\Reader\CborReader.Tag.cs (1)
177byte[] unsignedBigEndianEncoding = ReadByteString();
System.Security.Cryptography.Cose (4)
System\Security\Cryptography\Cose\CoseHeaderValue.cs (1)
196retVal = reader.ReadByteString();
System\Security\Cryptography\Cose\CoseMessage.cs (3)
269protectedHeaderAsBstr = reader.ReadByteString(); 324return reader.ReadByteString(); 332return reader.ReadByteString();