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)
79
if (
_parentSignerInfo
!= null ||
98
if (
_parentSignerInfo
== null)
118
int parentIdx = _document.SignerInfos.FindIndexForSigner(
_parentSignerInfo
);
276
if (
_parentSignerInfo
!= null)
565
if (
_parentSignerInfo
== null)
590
hasher.AppendData(
_parentSignerInfo
._signature.Span);
595
bool invalid =
_parentSignerInfo
!= null || _signedAttributes != null;