6 references to ContentInfo
System.Security.Cryptography.Pkcs (6)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Decode.cs (1)
33contentInfo = new ContentInfo(
Internal\Cryptography\Pal\AnyOS\ManagedPal.Decrypt.cs (2)
103return new ContentInfo( 121return new ContentInfo(
System\Security\Cryptography\Pkcs\ContentInfo.cs (1)
18: this(Oids.Pkcs7DataOid.CopyOid(), content)
System\Security\Cryptography\Pkcs\SignedCms.cs (1)
201ContentInfo = new ContentInfo(new Oid(_contentType), contentValue.ToArray());
System\Security\Cryptography\Pkcs\SignedCms.CtorOverloads.cs (1)
11new ContentInfo(Oids.Pkcs7DataOid.CopyOid(), Array.Empty<byte>());