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