9 references to TryReadPrimitiveOctetString
InMemory.FunctionalTests (2)
src\Servers\Kestrel\shared\test\CertificateAuthority.cs (2)
698if (!idReader.TryReadPrimitiveOctetString(out ReadOnlyMemory<byte> reqDn)) 708if (!idReader.TryReadPrimitiveOctetString(out ReadOnlyMemory<byte> reqKeyHash))
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (2)
src\Servers\Kestrel\shared\test\CertificateAuthority.cs (2)
698if (!idReader.TryReadPrimitiveOctetString(out ReadOnlyMemory<byte> reqDn)) 708if (!idReader.TryReadPrimitiveOctetString(out ReadOnlyMemory<byte> reqKeyHash))
System.Formats.Asn1 (2)
System\Formats\Asn1\AsnDecoder.OctetString.cs (2)
570/// <seealso cref="TryReadPrimitiveOctetString"/> 620/// <seealso cref="TryReadPrimitiveOctetString"/>
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\X500NameEncoder.ManagedDecode.cs (1)
172if (tavReader.TryReadPrimitiveOctetString(out ReadOnlyMemory<byte> contents))
System.Security.Cryptography.Pkcs (2)
Internal\Cryptography\Pal\AnyOS\AsnHelpers.cs (1)
110if (reader.TryReadPrimitiveOctetString(out ReadOnlyMemory<byte> contents))
System\Security\Cryptography\Pkcs\SignedCms.cs (1)
262if (reader.TryReadPrimitiveOctetString(out ReadOnlyMemory<byte> inner))