1 write to _parentSignerInfo
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\SignerInfo.cs (1)
254_parentSignerInfo = this
7 references to _parentSignerInfo
System.Security.Cryptography.Pkcs (7)
System\Security\Cryptography\Pkcs\SignerInfo.cs (7)
79if (_parentSignerInfo != null || 98if (_parentSignerInfo == null) 118int parentIdx = _document.SignerInfos.FindIndexForSigner(_parentSignerInfo); 276if (_parentSignerInfo != null) 565if (_parentSignerInfo == null) 590hasher.AppendData(_parentSignerInfo._signature.Span); 595bool invalid = _parentSignerInfo != null || _signedAttributes != null;