C ++ network credentials
1 answer
MFC does not have a NetworkCredential class, but if you are using .NET (CLR), then you can find NetworkCredential in the System.Net Namespace (link refers to the related MSDN article).
+1
source to share