28 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.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\Pkcs12\SecretBagAsn.xml.cs (1)
28
writer.
WriteObjectIdentifier
(SecretTypeId);
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\EncapsulatedContentInfoAsn.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\Pkcs7\OtherCertificateFormat.xml.cs (1)
28
writer.
WriteObjectIdentifier
(OtherCertFormat);
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\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);