1 write to ContentType
System.Security.Cryptography.Pkcs (1)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\ContentInfoAsn.xml.cs (1)
186decoded.ContentType = sequenceReader.ReadObjectIdentifier();
5 references to ContentType
System.Security.Cryptography.Pkcs (5)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Asn.cs (2)
19switch (contentInfo.ContentType) 27return new Oid(contentInfo.ContentType);
Internal\Cryptography\Pal\AnyOS\ManagedPal.Decode.cs (1)
87if (parsedContentInfo.ContentType != Oids.Pkcs7Enveloped)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\ContentInfoAsn.xml.cs (1)
123writer.WriteObjectIdentifier(ContentType);
System\Security\Cryptography\Pkcs\SignedCms.cs (1)
219if (contentInfo.ContentType != Oids.Pkcs7Signed)