1 write to _parentSignerInfo
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\SignerInfo.cs (1)
272_parentSignerInfo = this
7 references to _parentSignerInfo
System.Security.Cryptography.Pkcs (7)
System\Security\Cryptography\Pkcs\SignerInfo.cs (7)
82if (_parentSignerInfo != null || 106if (_parentSignerInfo == null) 126int parentIdx = _document.SignerInfos.FindIndexForSigner(_parentSignerInfo); 294if (_parentSignerInfo != null) 583if (_parentSignerInfo == null) 608hasher.AppendData(_parentSignerInfo._signature.Span); 613bool invalid = _parentSignerInfo != null || _signedAttributes != null;