9 references to SignerInfos
System.Security (2)
system\security\cryptography\pkcs\signedpkcs7.cs (2)
262CheckSignatures(this.SignerInfos, extraStore, verifySignatureOnly); 272CheckHashes(this.SignerInfos);
System.Windows.Forms (7)
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (7)
793CryptographicAttributeObjectCollection caos = signedCms.SignerInfos[0].SignedAttributes; 866if (signedCms.SignerInfos.Count != 1) 872algOid = signedCms.SignerInfos[0].DigestAlgorithm.Value; 875CryptographicAttributeObjectCollection caos = signedCms.SignerInfos[0].SignedAttributes; 960if ((signedCms.SignerInfos[0].Certificate.NotAfter < time.SigningTime) || 961(signedCms.SignerInfos[0].Certificate.NotBefore > time.SigningTime)) 986validCertificate = chain.Build(signedCms.SignerInfos[0].Certificate);