Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7506221
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T22:11:23+00:00 2026-05-29T22:11:23+00:00

I have a Class library application in which I’m trying to use SSL connection.

  • 0

I have a Class library application in which I’m trying to use SSL connection.
but when i tried to get Authenticate As a Client to server i got the following error message:

 ssl.AuthenticateAsClient("TargetHost");

“Unable to find an entry point named ‘EnumerateSecurityPackagesW’ in DLL ‘security.dll’.”

i have done this scenario in windows application and it works fine.
have any body experience about this?

            SslStream ssl = null;
            TcpClient client = new TcpClient();
            client.Connect("127.0.0.1", 9988);

            NetworkStream _NetworkStream = client.GetStream();

            IPAddress ipAdd = IPAddress.Parse("127.0.0.1");
            IPEndPoint remoteEP = new IPEndPoint(ipAdd, 9988);

            ssl = new SslStream(_NetworkStream,
                  false,new  RemoteCertificateValidationCallback(CertificateValidationCallback));

                ssl.AuthenticateAsClient("TargetHost");
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T22:11:25+00:00Added an answer on May 29, 2026 at 10:11 pm

    Could you check that the security.dll library file is available to the application using your class library?

    Your first app seems to require this native library. Check if it’s included along the application executable.

    The second app references your custom class library, which apparently cannot load the security.dll native dll

    "Unable to find an entry point named 'EnumerateSecurityPackagesW' in DLL 'security.dll'."
    

    You should compare the directory containing the two apps, and maybe include in the second app the absent dll.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a class library which I want to call from my .NET application
I have a C# .Net console application which calls a C++ .Net class library.
I have standard class library infrastructure assembly which i reference in my main application.
I have a wpf Application in which I am trying to reference a class
I have a silverlight application which has a class library project in it. th
I have an application which we intend to makes use of an external library.
I have a class library project which contains some content files configured with the
I have a class library project which uses a namespace (e.g., Cosmos.Creator.Util). I then
I have the business logic of an workflow-like application in a C# class library,
I have a Library application which is already implemented in spring MVC. I need

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.