Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

214
Views
Read Remote Machine Certificate

We can use the X509store to load the store and find the certificates in local machine but how to do the same for a certificate sitting on remote server?

I know we can configure a network account to have permissions on the certificate in remote machine but how to use this network account to read certificate details?

X509Store store = new X509Store(StoreName.My, StoreLocation.LocalMachine);
store.Open(OpenFlags.ReadOnly);
X509Certificate2Collection results = store.Certificates.Find(X509FindType.FindBySubjectName, "CertName", false);
over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

You can use this X509Store overload: https://msdn.microsoft.com/en-us/library/f07btzah(v=vs.110).aspx

where you can specify remote server path: \\RemoteServerName\My in the storeName parameter.

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!