2 references to SignerInfo
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\SignerInfo.cs (1)
252
SignerInfo signerInfo = new
SignerInfo
(ref parsedData, _document)
System\Security\Cryptography\Pkcs\SignerInfoCollection.cs (1)
35
_signerInfos[i] = new
SignerInfo
(ref signedDataSignerInfos[i], ownerDocument);