Update Package Builder
Wednesday, September 13, 2017 at 01:57amHello Team,
Is their a way to update package builder after package is build. We did not find any relevant methods.
Thanks,
Navya.
OneSpan Introduces DigipassONE, Bringing a Unified Platform Approach to Authentication Modernization
A new authentication platform helps financial institutions support diverse customer authentication preferences while modernizing at their own pace Learn More
Reply to: Update Package Builder
Wednesday, September 13, 2017 at 09:42amDocumentPackage pkg = PackageBuilder.NewPackageNamed("test") .DescribedAs("Example description") .Build(); pkg.Description = "Updated description";Reply to: Update Package Builder
Monday, September 18, 2017 at 02:46am