Search results for query: *

  • Users: Brent
  • Order by date
  1. Brent

    Web API Consumption

    I believe DefaultRequestHeaders is what you are looking for... private static HttpClient Client; public async Task<MyObj> PostData() { Client = new HttpClient(new HttpClientHandler() { UseDefaultCredentials = true }); // Clear headers and add a new MediaTypeWithQualityHeaderValue...
  2. Brent

    Question RC2 Decrypting Problems >.<!

    Hello Everyone! My problem is this. I have a VBscript encrypting passwords using capicom.dll RC2. I want to use C# to decrypt this password. Which I can't get to work for the life of me. Keeps coming back saying 'Specified key is not a valid size for this algorithm.' (but i can decrypt in...
Back
Top Bottom