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();
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12CertBag.cs (1)
122CertId = 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);
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12CertBag.cs (3)
30IsX509Certificate = _decoded.CertId == Oids.Pkcs12X509CertBagType; 54IsX509Certificate = _decoded.CertId == Oids.Pkcs12X509CertBagType; 72_certTypeOid ??= new Oid(_decoded.CertId);