27 references to PeekEncodedValue
System.Formats.Asn1 (3)
System\Formats\Asn1\AsnDecoder.cs (3)
1017/// <seealso cref="PeekEncodedValue"/> 1038/// <seealso cref="PeekEncodedValue"/> 1041ReadOnlySpan<byte> encodedValue = PeekEncodedValue();
System.Security.Cryptography (14)
src\libraries\Common\src\System\Security\Cryptography\KeyFormatHelper.cs (4)
44read = reader.PeekEncodedValue().Length; 75read = reader.PeekEncodedValue().Length; 116int read = reader.PeekEncodedValue().Length; 143int read = reader.PeekEncodedValue().Length;
src\libraries\Common\src\System\Security\Cryptography\KeyFormatHelper.Encrypted.cs (2)
108read = reader.PeekEncodedValue().Length; 351localRead = reader.PeekEncodedValue().Length;
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs8PrivateKeyInfo.cs (1)
79int localRead = reader.PeekEncodedValue().Length;
src\libraries\Common\src\System\Security\Cryptography\RSAKeyFormatHelper.cs (1)
48read = reader.PeekEncodedValue().Length;
System\Security\Cryptography\X509Certificates\CertificateRequest.Load.cs (2)
142int encodedLength = outer.PeekEncodedValue().Length; 157ReadOnlySpan<byte> encodedRequestInfo = pkcs10Asn.PeekEncodedValue();
System\Security\Cryptography\X509Certificates\CertificateRevocationListBuilder.Load.cs (1)
95payloadLength = reader.PeekEncodedValue().Length;
System\Security\Cryptography\X509Certificates\PublicKey.cs (1)
470read = reader.PeekEncodedValue().Length;
System\Security\Cryptography\X509Certificates\X500DistinguishedName.cs (1)
140ReadOnlySpan<byte> encodedValue = sequence.PeekEncodedValue();
System\Security\Cryptography\X509Certificates\X509AuthorityKeyIdentifierExtension.cs (1)
540byte[] rawIssuer = aki.PeekEncodedValue().ToArray();
System.Security.Cryptography.Pkcs (10)
src\libraries\Common\src\System\Security\Cryptography\KeyFormatHelper.cs (4)
44read = reader.PeekEncodedValue().Length; 75read = reader.PeekEncodedValue().Length; 116int read = reader.PeekEncodedValue().Length; 143int read = reader.PeekEncodedValue().Length;
src\libraries\Common\src\System\Security\Cryptography\KeyFormatHelper.Encrypted.cs (2)
108read = reader.PeekEncodedValue().Length; 351localRead = reader.PeekEncodedValue().Length;
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs8PrivateKeyInfo.cs (1)
79int localRead = reader.PeekEncodedValue().Length;
System\Security\Cryptography\Pkcs\Rfc3161TimestampRequest.cs (2)
88int localBytesRead = reader.PeekEncodedValue().Length; 357ReadOnlySpan<byte> firstElement = reader.PeekEncodedValue();
System\Security\Cryptography\Pkcs\Rfc3161TimestampToken.cs (1)
298int bytesActuallyRead = reader.PeekEncodedValue().Length;