openid - Transitioning from DotNetOpenAuth 3.4 to 4.2 - IProviderApplicationStore to IOpenIdApplicationStore -


we openid provider , our team using dotnetopenauth 3.4 in production underlying openid provider service. have implemented iproviderapplicationstore interface, , used database tables store openidassociation , openidnonce.

now want move version 4.2, implementation uses iopenidapplicationstore interface. interface inherits icryptostore interface instead of iassociationstore interface.

can tell me how migrate provider code , openidassociation table using cryptostore?

any other things should out for?


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -