12 references to PushOctetString
System.Formats.Asn1 (1)
System\Formats\Asn1\AsnWriter.cs (1)
109/// <see cref="PushOctetString"/> was called without the corresponding
System.Security.Cryptography (8)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\DSAKeyFormatHelper.cs (1)
270using (writer.PushOctetString())
src\runtime\src\libraries\Common\src\System\Security\Cryptography\KeyFormatHelper.cs (1)
190using (writer.PushOctetString())
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12Builder.cs (1)
338using (writer.PushOctetString())
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SafeContents.cs (1)
529using (valueWriter.PushOctetString())
src\runtime\src\libraries\Common\src\System\Security\Cryptography\RSAKeyFormatHelper.cs (1)
139using (writer.PushOctetString())
src\runtime\src\libraries\Common\src\System\Security\Cryptography\X509Certificates\X509CertificateLoader.Pkcs12.cs (1)
1207using (writer.PushOctetString())
System\Security\Cryptography\X509Certificates\CertificateRevocationListBuilder.Build.cs (1)
432using (writer.PushOctetString())
System\Security\Cryptography\X509Certificates\CertificateRevocationListBuilder.cs (1)
189using (writer.PushOctetString())
System.Security.Cryptography.Pkcs (3)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\KeyFormatHelper.cs (1)
190using (writer.PushOctetString())
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12Builder.cs (1)
338using (writer.PushOctetString())
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SafeContents.cs (1)
529using (valueWriter.PushOctetString())