7 writes to ContentType
System.Security.Cryptography.Pkcs (7)
Internal\Cryptography\PkcsHelpers.cs (1)
120
ContentType
= contentType,
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\ContentInfoAsn.xml.cs (1)
94
decoded.
ContentType
= sequenceReader.ReadObjectIdentifier();
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12Builder.cs (2)
65
ContentType
= Oids.Pkcs7Encrypted,
109
ContentType
= Oids.Pkcs7Encrypted,
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SafeContents.cs (3)
536
ContentType
= Oids.Pkcs7Data,
545
ContentType
= Oids.Pkcs7Encrypted,
554
ContentType
= Oids.Pkcs7Enveloped,
5 references to ContentType
System.Security.Cryptography.Pkcs (5)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\ContentInfoAsn.xml.cs (1)
28
writer.WriteObjectIdentifier(
ContentType
);
src\runtime\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\runtime\src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SafeContents.cs (1)
55
switch (contentInfoAsn.
ContentType
)
System\Security\Cryptography\Pkcs\Rfc3161TimestampToken.cs (1)
313
if (contentInfo.
ContentType
!= Oids.Pkcs7Signed)