3 references to ContentInfo
Microsoft.DotNet.SignCheckLibrary (2)
Verification\Jar\JarSignatureFile.cs (2)
215
ContentInfo ci = new
ContentInfo
(signatureFileBytes);
246
ContentInfo ci = new
ContentInfo
(signatureFileBytes);
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\EnvelopedCms.cs (1)
19
: this(new
ContentInfo
(Array.Empty<byte>()))