1 write to Content
System.Security.Cryptography.Pkcs (1)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\ContentInfoAsn.xml.cs (1)
189decoded.Content = explicitReader.ReadEncodedValue();
3 references to Content
System.Security.Cryptography.Pkcs (3)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Decode.cs (1)
92return parsedContentInfo.Content.ToArray();
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\ContentInfoAsn.xml.cs (1)
133writer.WriteEncodedValue(Content);
System\Security\Cryptography\Pkcs\SignedCms.cs (1)
224return contentInfo.Content.ToArray();