8 references to ReadOctetString
System.Formats.Asn1 (2)
System\Formats\Asn1\AsnDecoder.OctetString.cs (2)
60/// <seealso cref="ReadOctetString"/> 624byte[] ret = AsnDecoder.ReadOctetString(_data.Span, RuleSet, out int consumed, expectedTag);
System.Net.Security (1)
src\libraries\Common\src\System\Security\Cryptography\Asn1Reader\AsnValueReader.cs (1)
144byte[] ret = AsnDecoder.ReadOctetString(
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\Asn1Reader\AsnValueReader.cs (1)
144byte[] ret = AsnDecoder.ReadOctetString(
System\Security\Cryptography\Helpers.cs (1)
178byte[] ret = AsnDecoder.ReadOctetString(input, AsnEncodingRules.BER, out consumed);
System.Security.Cryptography.Pkcs (3)
Internal\Cryptography\PkcsHelpers.cs (2)
510byte[] ret = AsnDecoder.ReadOctetString(input, AsnEncodingRules.BER, out consumed); 530byte[] ret = AsnDecoder.ReadOctetString(encodedOctets.Span, AsnEncodingRules.BER, out int consumed);
src\libraries\Common\src\System\Security\Cryptography\Asn1Reader\AsnValueReader.cs (1)
144byte[] ret = AsnDecoder.ReadOctetString(