3 references to UnsignedAttributes
System.Security.Cryptography.Pkcs (3)
System\Security\Cryptography\Pkcs\CmsSigner.cs (3)
367
if (
UnsignedAttributes
!= null &&
UnsignedAttributes
.Count > 0)
369
List<AttributeAsn> attrs = PkcsHelpers.BuildAttributes(
UnsignedAttributes
);