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)
82
if (
_parentSignerInfo
!= null ||
106
if (
_parentSignerInfo
== null)
126
int parentIdx = _document.SignerInfos.FindIndexForSigner(
_parentSignerInfo
);
294
if (
_parentSignerInfo
!= null)
583
if (
_parentSignerInfo
== null)
608
hasher.AppendData(
_parentSignerInfo
._signature.Span);
613
bool invalid =
_parentSignerInfo
!= null || _signedAttributes != null;