1 write to _signedAttributes
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\SignerInfo.cs (1)
55
_signedAttributes
= signedSet.SignedAttributes;
8 references to _signedAttributes
System.Security.Cryptography.Pkcs (8)
System\Security\Cryptography\Pkcs\SignerInfo.cs (8)
56
Debug.Assert(
_signedAttributes
!= null);
63
_parsedSignedAttrs ??= PkcsHelpers.MakeAttributeCollection(
_signedAttributes
);
488
if (
_signedAttributes
== null && compatMode)
705
if (
_signedAttributes
== null)
720
_signedAttributes
,
753
if (
_signedAttributes
== null)
803
_signedAttributes
,
894
if (
_signedAttributes
== null && compatMode)