1 write to _unsignedAttributes
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\SignerInfo.cs (1)
47
_unsignedAttributes
= parsedData.UnsignedAttributes;
4 references to _unsignedAttributes
System.Security.Cryptography.Pkcs (4)
System\Security\Cryptography\Pkcs\SignerInfo.cs (4)
66
_parsedUnsignedAttrs ??= PkcsHelpers.MakeAttributeCollection(
_unsignedAttributes
);
83
_unsignedAttributes
== null ||
84
_unsignedAttributes
.Length == 0)
89
return GetCounterSigners(
_unsignedAttributes
);