8 instantiations of 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 (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\EnvelopedCms.cs (1)
19
: this(new
ContentInfo
(Array.Empty<byte>()))
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>());
26 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 (1)
System.Security.cs (1)
13
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Pkcs.
ContentInfo
))]
System.Security.Cryptography.Pkcs (23)
Internal\Cryptography\DecryptorPal.cs (1)
33
public abstract
ContentInfo
? TryDecrypt(
Internal\Cryptography\Pal\AnyOS\ManagedPal.Decode.cs (1)
22
out
ContentInfo
contentInfo,
Internal\Cryptography\Pal\AnyOS\ManagedPal.Decrypt.cs (2)
32
public override unsafe
ContentInfo
? TryDecrypt(
92
public static unsafe
ContentInfo
? TryDecryptCore(
Internal\Cryptography\Pal\AnyOS\ManagedPal.Encrypt.cs (3)
20
ContentInfo
contentInfo,
55
ContentInfo
contentInfo,
150
ContentInfo
contentInfo,
Internal\Cryptography\PkcsPal.cs (2)
27
public abstract byte[] Encrypt(CmsRecipientCollection recipients,
ContentInfo
contentInfo, AlgorithmIdentifier contentEncryptionAlgorithm, X509Certificate2Collection originatorCerts, CryptographicAttributeObjectCollection unprotectedAttributes);
34
public abstract DecryptorPal Decode(ReadOnlySpan<byte> encodedMessage, out int version, out
ContentInfo
contentInfo, out AlgorithmIdentifier contentEncryptionAlgorithm, out X509Certificate2Collection originatorCerts, out CryptographicAttributeObjectCollection unprotectedAttributes);
System\Security\Cryptography\Pkcs\EnvelopedCms.cs (7)
23
public EnvelopedCms(
ContentInfo
contentInfo)
28
public EnvelopedCms(
ContentInfo
contentInfo, AlgorithmIdentifier encryptionAlgorithm)
55
public
ContentInfo
ContentInfo { get; private set; }
163
ContentInfo
contentInfo;
232
ContentInfo
? contentInfo = _decryptorPal!.TryDecrypt(
257
ContentInfo
? newContentInfo = null;
310
private void SetContentInfo(
ContentInfo
contentInfo)
System\Security\Cryptography\Pkcs\SignedCms.cs (3)
41
public
ContentInfo
ContentInfo { get; private set; }
44
public SignedCms(SubjectIdentifierType signerIdentifierType,
ContentInfo
contentInfo, bool detached)
463
ContentInfo
save = ContentInfo;
System\Security\Cryptography\Pkcs\SignedCms.CtorOverloads.cs (4)
10
private static
ContentInfo
MakeEmptyContentInfo() =>
23
public SignedCms(
ContentInfo
contentInfo)
28
public SignedCms(SubjectIdentifierType signerIdentifierType,
ContentInfo
contentInfo)
33
public SignedCms(
ContentInfo
contentInfo, bool detached)