public static SignerInformation ReplaceUnsignedAttributes(
SignerInformation signerInformation,
AttributeTable unsignedAttributes
)
Public Shared Function ReplaceUnsignedAttributes (
signerInformation As SignerInformation,
unsignedAttributes As AttributeTable
) As SignerInformation
public:
static SignerInformation^ ReplaceUnsignedAttributes(
SignerInformation^ signerInformation,
AttributeTable^ unsignedAttributes
)
Org.BouncyCastle.Cms.SignerInformation.ReplaceUnsignedAttributes = function(signerInformation, unsignedAttributes);