Infralution Support Forum Index Infralution Support
Support groups for Infralution products
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Mandatory User Account fails to load CryptoAPI

 
Post new topic   Reply to topic    Infralution Support Forum Index -> Licensing Support
View previous topic :: View next topic  
Author Message
pavel.sich



Joined: 28 Aug 2006
Posts: 2

PostPosted: Mon Aug 28, 2006 8:58 am    Post subject: Mandatory User Account fails to load CryptoAPI Reply with quote

Hello,

did anyone try ILS with Windows Mandatory user profile? When trying to load the license in license manager it fails to instantiate the CryptoAPI class for RSACryptoProvider...

Any help is much appreciated.
Back to top
View user's profile Send private message
Infralution



Joined: 28 Feb 2005
Posts: 5027

PostPosted: Mon Aug 28, 2006 10:22 pm    Post subject: Reply with quote

You could try forcing the use of the MachineKeyStore for generating RSA keys. To do this find the following line of code in the EncryptedLicenseProvider.LoadLicense function:

Code:
if (!Environment.UserInteractive)
{
    cspParams.Flags = CspProviderFlags.UseMachineKeyStore;
}


and remove the conditional if() check around the assignment
_________________
Infralution Support
Back to top
View user's profile Send private message Visit poster's website
pavel.sich



Joined: 28 Aug 2006
Posts: 2

PostPosted: Tue Aug 29, 2006 7:13 am    Post subject: Reply with quote

Thanks for the reply. Will try that.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Infralution Support Forum Index -> Licensing Support All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group