12 references to PushOctetString
InMemory.FunctionalTests (1)
src\Servers\Kestrel\shared\test\CertificateAuthority.cs (1)
464using (writer.PushOctetString())
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
src\Servers\Kestrel\shared\test\CertificateAuthority.cs (1)
464using (writer.PushOctetString())
System.Formats.Asn1 (1)
System\Formats\Asn1\AsnWriter.cs (1)
109/// <see cref="PushOctetString"/> was called without the corresponding
System.Security.Cryptography (6)
src\libraries\Common\src\System\Security\Cryptography\DSAKeyFormatHelper.cs (1)
290using (writer.PushOctetString())
src\libraries\Common\src\System\Security\Cryptography\KeyFormatHelper.cs (1)
196using (writer.PushOctetString())
src\libraries\Common\src\System\Security\Cryptography\RSAKeyFormatHelper.cs (1)
222using (writer.PushOctetString())
src\libraries\Common\src\System\Security\Cryptography\X509Certificates\X509CertificateLoader.Pkcs12.cs (1)
896using (writer.PushOctetString())
System\Security\Cryptography\X509Certificates\CertificateRevocationListBuilder.Build.cs (1)
415using (writer.PushOctetString())
System\Security\Cryptography\X509Certificates\CertificateRevocationListBuilder.cs (1)
189using (writer.PushOctetString())
System.Security.Cryptography.Pkcs (3)
src\libraries\Common\src\System\Security\Cryptography\KeyFormatHelper.cs (1)
196using (writer.PushOctetString())
System\Security\Cryptography\Pkcs\Pkcs12Builder.cs (1)
347using (writer.PushOctetString())
System\Security\Cryptography\Pkcs\Pkcs12SafeContents.cs (1)
484using (valueWriter.PushOctetString())