7 writes to ContentType
System.Security.Cryptography (7)
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\ContentInfoAsn.xml.cs (1)
94decoded.ContentType = sequenceReader.ReadObjectIdentifier();
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12Builder.cs (2)
65ContentType = Oids.Pkcs7Encrypted, 109ContentType = Oids.Pkcs7Encrypted,
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SafeContents.cs (3)
475ContentType = Oids.Pkcs7Data, 484ContentType = Oids.Pkcs7Encrypted, 493ContentType = Oids.Pkcs7Enveloped,
src\libraries\Common\src\System\Security\Cryptography\X509Certificates\X509CertificateLoader.Pkcs12.cs (1)
1203ContentType = Oids.Pkcs7Data,
7 references to ContentType
System.Security.Cryptography (7)
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\ContentInfoAsn.xml.cs (1)
28writer.WriteObjectIdentifier(ContentType);
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12Info.cs (2)
72if (pfx.AuthSafe.ContentType == Oids.Pkcs7Data) 85else if (pfx.AuthSafe.ContentType == Oids.Pkcs7Signed)
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SafeContents.cs (1)
44switch (contentInfoAsn.ContentType)
src\libraries\Common\src\System\Security\Cryptography\X509Certificates\X509CertificateLoader.Pkcs12.cs (3)
147if (pfxAsn.AuthSafe.ContentType != Oids.Pkcs7Data) 205if (safeContentsAsn.ContentType == Oids.Pkcs7Data) 209else if (safeContentsAsn.ContentType == Oids.Pkcs7Encrypted)