2 writes to CertId
System.Security.Cryptography.Pkcs (2)
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\CertBagAsn.xml.cs (1)
94decoded.CertId = sequenceReader.ReadObjectIdentifier();
System\Security\Cryptography\Pkcs\Pkcs12CertBag.cs (1)
114CertId = certificateType,
4 references to CertId
System.Security.Cryptography.Pkcs (4)
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\CertBagAsn.xml.cs (1)
28writer.WriteObjectIdentifier(CertId);
System\Security\Cryptography\Pkcs\Pkcs12CertBag.cs (3)
23IsX509Certificate = _decoded.CertId == Oids.Pkcs12X509CertBagType; 47IsX509Certificate = _decoded.CertId == Oids.Pkcs12X509CertBagType; 65_certTypeOid ??= new Oid(_decoded.CertId);