70 references to WriteObjectIdentifier
InMemory.FunctionalTests (5)
src\Servers\Kestrel\shared\test\CertificateAuthority.cs (5)
373
writer.
WriteObjectIdentifier
("1.2.840.113549.1.1.11");
449
writer.
WriteObjectIdentifier
(akidExtension.Oid.Value);
462
writer.
WriteObjectIdentifier
("2.5.29.20");
626
writer.
WriteObjectIdentifier
("1.2.840.113549.1.1.11");
666
writer.
WriteObjectIdentifier
("1.3.6.1.5.5.7.48.1.1");
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (5)
src\Servers\Kestrel\shared\test\CertificateAuthority.cs (5)
373
writer.
WriteObjectIdentifier
("1.2.840.113549.1.1.11");
449
writer.
WriteObjectIdentifier
(akidExtension.Oid.Value);
462
writer.
WriteObjectIdentifier
("2.5.29.20");
626
writer.
WriteObjectIdentifier
("1.2.840.113549.1.1.11");
666
writer.
WriteObjectIdentifier
("1.3.6.1.5.5.7.48.1.1");
System.Net.Security (3)
src\libraries\Common\src\System\Security\Cryptography\Asn1Reader\AsnValueReader.cs (1)
243
writer.
WriteObjectIdentifier
(value);
System\Net\NegotiateAuthenticationPal.ManagedSpnego.cs (2)
145
writer.
WriteObjectIdentifier
(SpnegoOid);
193
mechListWriter.
WriteObjectIdentifier
(packageAndOid.Value);
System.Security.Cryptography (39)
src\libraries\Common\src\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.xml.cs (1)
28
writer.
WriteObjectIdentifier
(Algorithm);
src\libraries\Common\src\System\Security\Cryptography\Asn1\AttributeAsn.xml.cs (1)
29
writer.
WriteObjectIdentifier
(AttrType);
src\libraries\Common\src\System\Security\Cryptography\Asn1\ECDomainParameters.xml.cs (1)
56
writer.
WriteObjectIdentifier
(Named);
src\libraries\Common\src\System\Security\Cryptography\Asn1\FieldID.xml.cs (1)
28
writer.
WriteObjectIdentifier
(FieldType);
src\libraries\Common\src\System\Security\Cryptography\Asn1\GeneralNameAsn.xml.cs (1)
158
writer.
WriteObjectIdentifier
(RegisteredId, new Asn1Tag(TagClass.ContextSpecific, 8));
src\libraries\Common\src\System\Security\Cryptography\Asn1\OtherNameAsn.xml.cs (1)
28
writer.
WriteObjectIdentifier
(TypeId);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\CertBagAsn.xml.cs (1)
28
writer.
WriteObjectIdentifier
(CertId);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\SafeBagAsn.xml.cs (1)
30
writer.
WriteObjectIdentifier
(BagId);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\ContentInfoAsn.xml.cs (1)
28
writer.
WriteObjectIdentifier
(ContentType);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\EncryptedContentInfoAsn.xml.cs (1)
29
writer.
WriteObjectIdentifier
(ContentType);
src\libraries\Common\src\System\Security\Cryptography\Asn1\SpecifiedECDomain.xml.cs (1)
47
writer.
WriteObjectIdentifier
(Hash);
src\libraries\Common\src\System\Security\Cryptography\Asn1\X509ExtensionAsn.xml.cs (1)
43
writer.
WriteObjectIdentifier
(ExtnId);
src\libraries\Common\src\System\Security\Cryptography\Asn1Reader\AsnValueReader.cs (1)
243
writer.
WriteObjectIdentifier
(value);
src\libraries\Common\src\System\Security\Cryptography\DSAKeyFormatHelper.cs (1)
256
writer.
WriteObjectIdentifier
(Oids.Dsa);
src\libraries\Common\src\System\Security\Cryptography\EccKeyFormatHelper.cs (6)
487
writer.
WriteObjectIdentifier
(Oids.EcPublicKey);
542
writer.
WriteObjectIdentifier
(oid.Value!);
583
writer.
WriteObjectIdentifier
(Oids.EcPrimeField);
591
writer.
WriteObjectIdentifier
(Oids.EcChar2Field);
601
writer.
WriteObjectIdentifier
(Oids.EcChar2PentanomialBasis);
617
writer.
WriteObjectIdentifier
(Oids.EcChar2TrinomialBasis);
src\libraries\Common\src\System\Security\Cryptography\RSAKeyFormatHelper.cs (1)
252
writer.
WriteObjectIdentifier
(Oids.Rsa);
System\Security\Cryptography\X509Certificates\Asn1\AccessDescriptionAsn.xml.cs (1)
28
writer.
WriteObjectIdentifier
(AccessMethod);
System\Security\Cryptography\X509Certificates\Asn1\CertificatePolicyMappingAsn.xml.cs (2)
28
writer.
WriteObjectIdentifier
(IssuerDomainPolicy);
36
writer.
WriteObjectIdentifier
(SubjectDomainPolicy);
System\Security\Cryptography\X509Certificates\Asn1\CertificateTemplateAsn.xml.cs (1)
29
writer.
WriteObjectIdentifier
(TemplateID);
System\Security\Cryptography\X509Certificates\Asn1\PolicyInformationAsn.xml.cs (1)
28
writer.
WriteObjectIdentifier
(PolicyIdentifier);
System\Security\Cryptography\X509Certificates\CertificateRevocationListBuilder.Build.cs (2)
398
writer.
WriteObjectIdentifier
(authorityKeyIdentifier.Oid!.Value!);
413
writer.
WriteObjectIdentifier
(Oids.CrlNumber);
System\Security\Cryptography\X509Certificates\CertificateRevocationListBuilder.cs (1)
187
writer.
WriteObjectIdentifier
(Oids.CrlReasons);
System\Security\Cryptography\X509Certificates\ECDsaX509SignatureGenerator.cs (2)
59
writer.
WriteObjectIdentifier
(oid);
97
writer.
WriteObjectIdentifier
(curveOid!);
System\Security\Cryptography\X509Certificates\RSAPkcs1X509SignatureGenerator.cs (1)
85
writer.
WriteObjectIdentifier
(oid);
System\Security\Cryptography\X509Certificates\UnixExportProvider.cs (5)
413
tmpWriter.
WriteObjectIdentifier
(Oids.Pkcs7Data);
428
tmpWriter.
WriteObjectIdentifier
(Oids.Pkcs7Encrypted);
440
tmpWriter.
WriteObjectIdentifier
(Oids.Pkcs7Data);
521
tmpWriter.
WriteObjectIdentifier
(Oids.Pkcs7Data);
547
tmpWriter.
WriteObjectIdentifier
(Oids.Sha1);
System\Security\Cryptography\X509Certificates\X500DistinguishedNameBuilder.cs (1)
367
_writer.
WriteObjectIdentifier
(oid);
System\Security\Cryptography\X509Certificates\X509AuthorityInformationAccessExtension.cs (1)
289
writer.
WriteObjectIdentifier
(oid);
System.Security.Cryptography.Pkcs (18)
src\libraries\Common\src\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.xml.cs (1)
28
writer.
WriteObjectIdentifier
(Algorithm);
src\libraries\Common\src\System\Security\Cryptography\Asn1\AttributeAsn.xml.cs (1)
29
writer.
WriteObjectIdentifier
(AttrType);
src\libraries\Common\src\System\Security\Cryptography\Asn1\GeneralNameAsn.xml.cs (1)
158
writer.
WriteObjectIdentifier
(RegisteredId, new Asn1Tag(TagClass.ContextSpecific, 8));
src\libraries\Common\src\System\Security\Cryptography\Asn1\OtherNameAsn.xml.cs (1)
28
writer.
WriteObjectIdentifier
(TypeId);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\CertBagAsn.xml.cs (1)
28
writer.
WriteObjectIdentifier
(CertId);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\SafeBagAsn.xml.cs (1)
30
writer.
WriteObjectIdentifier
(BagId);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\ContentInfoAsn.xml.cs (1)
28
writer.
WriteObjectIdentifier
(ContentType);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\EncryptedContentInfoAsn.xml.cs (1)
29
writer.
WriteObjectIdentifier
(ContentType);
src\libraries\Common\src\System\Security\Cryptography\Asn1\X509ExtensionAsn.xml.cs (1)
43
writer.
WriteObjectIdentifier
(ExtnId);
src\libraries\Common\src\System\Security\Cryptography\Asn1Reader\AsnValueReader.cs (1)
243
writer.
WriteObjectIdentifier
(value);
System\Security\Cryptography\Pkcs\Asn1\EncapsulatedContentInfoAsn.xml.cs (1)
28
writer.
WriteObjectIdentifier
(ContentType);
System\Security\Cryptography\Pkcs\Asn1\OtherCertificateFormat.xml.cs (1)
28
writer.
WriteObjectIdentifier
(OtherCertFormat);
System\Security\Cryptography\Pkcs\Asn1\OtherKeyAttributeAsn.xml.cs (1)
28
writer.
WriteObjectIdentifier
(KeyAttrId);
System\Security\Cryptography\Pkcs\Asn1\PolicyInformation.xml.cs (1)
29
writer.
WriteObjectIdentifier
(PolicyIdentifier);
System\Security\Cryptography\Pkcs\Asn1\PolicyQualifierInfo.xml.cs (1)
28
writer.
WriteObjectIdentifier
(PolicyQualifierId);
System\Security\Cryptography\Pkcs\Asn1\Rfc3161TimeStampReq.xml.cs (1)
52
writer.
WriteObjectIdentifier
(ReqPolicy);
System\Security\Cryptography\Pkcs\Asn1\Rfc3161TstInfo.xml.cs (1)
52
writer.
WriteObjectIdentifier
(Policy);
System\Security\Cryptography\Pkcs\Asn1\SecretBagAsn.xml.cs (1)
28
writer.
WriteObjectIdentifier
(SecretTypeId);