Advertisement
Guest User

Strace

a guest
Sep 18th, 2020
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. System.Security.Cryptography.CryptographicException
  2. Invalid parameter.
  3.  
  4. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr)
  5. at System.Security.Cryptography.X509Certificates.X509Utils._LoadCertFromBlob(Byte[] rawData, IntPtr password, UInt32 dwFlags, Boolean persistKeySet, SafeCertContextHandle& pCertCtx)
  6. at System.Security.Cryptography.X509Certificates.X509Certificate.LoadCertificateFromBlob(Byte[] rawData, Object password, X509KeyStorageFlags keyStorageFlags)
  7. at System.Security.Cryptography.X509Certificates.X509Certificate2..ctor(Byte[] rawData, String password, X509KeyStorageFlags keyStorageFlags)
  8. at (Byte[] , String , X509KeyStorageFlags )
  9. at A.c7a69006b2e14b60ced93bc3af698497f.c47dc36c3ef840496a5f5c268b6bdd157(Byte[] , String , X509KeyStorageFlags )
  10. at A.c534e1664793830cb679d24d47d088810.c2f31b10757a1292e5d1aa92cf903bc4d()
  11. at A.c534e1664793830cb679d24d47d088810..ctor(String , String , Int32 , String , String , String , Int32 , String , Boolean , c58bd16845dd89cdccf2be96aac716727 )
  12. at NCLauncherW.ViewModels.LauncherServiceLocator.c8f2ae7ac94891c9781b62fcc4e22d440()
  13. at NCLauncherW.ViewModels.LauncherServiceLocator.c345f13679ba7d31e595abc27dae2fc04.MoveNext()
  14. --- End of stack trace from previous location where exception was thrown ---
  15. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  16. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  17. at (TaskAwaiter\1& )`
  18. at A.cc5578b8897930d10077f757bb1a294be.c47dc36c3ef840496a5f5c268b6bdd157(TaskAwaiter\1& )`
  19. at NCLauncherW.ViewModels.SignInWindowViewModel.ce4926a777caabba57e454590f8cfbcd4.MoveNext()
  20. --- End of stack trace from previous location where exception was thrown ---
  21. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_0(Object state)
  22. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  23. at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement