3 instantiations of SignerInfo
System.Security (3)
system\security\cryptography\pkcs\signerinfo.cs (3)
191
SignerInfo counterSignerInfo2 = new
SignerInfo
(m_signedCms, m_parentSignerInfo, encodedCounterSignature.RawData);
757
signerInfos[index] = new
SignerInfo
(signedCms, pbCmsgSignerInfo);
782
signerInfos[index++] = new
SignerInfo
(signedCms, signerInfo, encodedSignerInfo.RawData);
19 references to SignerInfo
System.Security (19)
system\security\cryptography\pkcs\pkcsutils.cs (1)
279
internal static unsafe int GetSignerIndex (SafeCryptMsgHandle safeCrytpMsgHandle,
SignerInfo
signerInfo, int startIndex) {
system\security\cryptography\pkcs\signedpkcs7.cs (3)
243
public void RemoveSignature (
SignerInfo
signerInfo) {
449
foreach (
SignerInfo
signer in signers) {
460
foreach (
SignerInfo
signer in signers) {
system\security\cryptography\pkcs\signerinfo.cs (15)
30
private
SignerInfo
m_parentSignerInfo;
59
internal unsafe SignerInfo (SignedCms signedCms,
SignerInfo
parentSignerInfo, byte[] encodedSignerInfo) {
180
public void RemoveCounterSignature (
SignerInfo
counterSignerInfo) {
191
SignerInfo
counterSignerInfo2 = new SignerInfo(m_signedCms, m_parentSignerInfo, encodedCounterSignature.RawData);
719
private
SignerInfo
[] m_signerInfos;
722
m_signerInfos = new
SignerInfo
[0];
738
SignerInfo
[] signerInfos = new
SignerInfo
[dwSigners];
764
internal SignerInfoCollection (SignedCms signedCms,
SignerInfo
signerInfo) {
765
SignerInfo
[] signerInfos = new
SignerInfo
[0];
776
signerInfos = new
SignerInfo
[count];
790
public
SignerInfo
this[int index] {
831
public void CopyTo(
SignerInfo
[] array, int index) {
859
public
SignerInfo
Current {