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