10 references to ReadByteString
Microsoft.AspNetCore.Identity (5)
Passkeys\AttestationObject.cs (1)
85authenticatorData = reader.ReadByteString();
Passkeys\CredentialPublicKey.cs (4)
96rsaParams.Modulus = reader.ReadByteString(); 102rsaParams.Exponent = reader.ReadByteString(); 122ecParams.Q.X = reader.ReadByteString(); 125ecParams.Q.Y = reader.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)
187retVal = reader.ReadByteString();
System\Security\Cryptography\Cose\CoseMessage.cs (3)
267protectedHeaderAsBstr = reader.ReadByteString(); 322return reader.ReadByteString(); 330return reader.ReadByteString();