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