c# .net framework 4.5

  1. GabrielAspirans

    Exception has been thrown by the target of an invocation.

    System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileLoadException: Could not load file or assembly 'ProjectName, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. Operation is not supported...
  2. M

    sign a request using SHA1 and private.key

    Hello, I have private key like: string privateKey = @"-----BEGIN PRIVATE KEY----- MIICd............................... hqhPg== -----END PRIVATE KEY-----"; And request like: string request = "<?xml version=\"1.0\" encoding=\"windows-1251\"?><request>...............</request>";. I need to write...
Back
Top Bottom