1 write to _signedAttributes
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\SignerInfo.cs (1)
55_signedAttributes = signedSet.SignedAttributes;
5 references to _signedAttributes
System.Security.Cryptography.Pkcs (5)
System\Security\Cryptography\Pkcs\SignerInfo.cs (5)
56Debug.Assert(_signedAttributes != null); 63_parsedSignedAttrs ??= PkcsHelpers.MakeAttributeCollection(_signedAttributes); 613bool invalid = _parentSignerInfo != null || _signedAttributes != null; 615if (_signedAttributes != null) 635foreach (AttributeAsn attr in _signedAttributes)