.NETGURU
System.Net.NetworkCredential Class
Information   Base Types   Related Resources

Provides credentials for password-based authentication schemes such as basic, digest, NTLM, and Kerberos authentication.

  • Namespace: System.Net
  • First seen in: .NET v1.0.3705
  • Last seen in: .NET v1.1.4322
  • Last changed in: .NET v1.0.3705
  • Assembly: System.dll

  • System.Object
  • View this type on MSDN
  • View this type on WinFX 247
    Articles (28)Discussions (252)MembersRotorChanges
    Articles

    Page: 12
    Authentication of a Web Service Using Microsoft .NET Passport
    MSDN
    This article discusses the issues encountered during the development of the authentication component for the ColdStorage sample Web services
    Blog Reader Add-In for Visual Studio .NET
    The Code Project
    A blog reader, integrated into Visual Studio. Shows a list of blogs, blog entries, and which entries you haven’t read yet
    How to copy and move objects on a computer that is running Exchange 2000 by using Visual C# .NET, the HttpWebRequest class, and the HttpWebResponse class
    http://www.kbalertz.com/
    (313118) - Describes how to use the HttpWebRequest class and the HttpWebResponse class from the "System.Net" namespace to copy and move items on a computer that is running Exchange 2000 Server by using Visual C# .NET.
    How to create a Contact item by using the HttpWebRequest class and the HttpWebResponse class in Visual Basic .NET
    http://www.kbalertz.com/
    (314190) - Describes how to create Contact items on a computer that is running Exchange 2000 by using Visual Basic .NET. Includes a code sample that you can use to create Contact items.
    How to create an Outlook Calendar folder by using the HttpWebRequest class in Visual Basic .NET
    http://www.kbalertz.com/
    (314192) - Describes how to use the HttpWebRequest class and the HttpWebResponse class to create an Outlook Calendar folder. You create this folder on an Exchange 2000 Server by using Visual Basic .NET.
    How to create an Outlook Calendar folder by using WebDAV with Visual C# .NET
    http://www.kbalertz.com/
    (313121) - Describes how to use the HttpWebRequest and HttpWebResponse classes from the System.Net namespace to create an Outlook Calendar folder on Exchange 2000 Server in Visual C# .NET.
    How to create Contact items on a computer that is running Exchange 2000 in Visual C# .NET
    http://www.kbalertz.com/
    (313119) - Describes how to use the HttpWebRequest class and the HttpWebResponse class from the System.Net namespace to create Contact items on a computer that is running Exchange 2000 in Visual C# .NET.
    How to delete objects by using WebDAV in Visual C# .NET on a computer that is running Exchange 2000
    http://www.kbalertz.com/
    (313122) - Describes how to use delete objects by using WebDAV in Visual C# .NET on a computer that is running Exchange 2000. Includes sample code that you can use to delete specified objects.
    How to list folders or items in a user's mailbox by using the HttpWebRequest class and the HttpWebResponse class in Visual Basic .NET
    http://www.kbalertz.com/
    (314196) - Describes how to list folders or items in a user's mailbox on a computer that is running Exchange 2000 by using the HttpWebRequest class and the HttpWebResponse class of the "System.Net" namespace.
    How to read XML data from a URL by using Visual C++ .NET
    Microsoft Support
    (815659) - This article describes how to use the XmlTextReader class to read XML from a URL. The streamed information can come from a variety of sources, such as a byte stream from a server, from a file, or from a TextReader class. back to the top Requirements...
    How to read XML data from a URL by using Visual C++ .NET
    http://www.kbalertz.com/
    (815659) - This article describes how to use the XmlTextReader class to read XML from a URL. The streamed information can come from a variety of sources, such as a byte stream from a server, from a file, or from a TextReader class. back to the top Requirements...
    How to retrieve an object's properties by using the HttpWebRequest class and the HttpWebResponse class in Visual C# .NET
    http://www.kbalertz.com/
    (313123) - Describes how to use the HttpWebRequest class and the HttpWebResponse class from the "System.Net" namespace to retrieve an object's properties on Exchange 2000 in Visual C# .NET.
    How to retrieve an object's security descriptor property by using Visual Basic .NET
    http://www.kbalertz.com/
    (314195) - Describes how to use the HttpWebRequest class and the HttpWebResponse class of the "System.Net" namespace to retrieve the security descriptor property for an object on a computer that is running Exchange 2000.
    How to retrieve the security descriptor of a message by using the HttpWebRequest class and the HttpWebResponse class in Visual C# .NET
    http://www.kbalertz.com/
    (313127) - Describes how to use the HttpWebRequest class and the HttpWebResponse class from the "System.Net" namespace to retrieve an object's http://schemas.microsoft.com/exchange/security/descriptor property on Exchange 2000 Server by using Visual C# .NET
    How to send an e-mail message by using WebDAV in Visual C# .NET
    http://www.kbalertz.com/
    (313128) - Describes how to send an e-mail message by using WebDAV in Visual C# .NET. Includes sample code that you can use to send the e-mail message.
    How to use the HttpWebRequest class and the HttpWebResponse class to create appointment items on a computer that is running Exchange 2000 by using Visual C# .NET
    http://www.kbalertz.com/
    (313120) - Describes how to use the HttpWebRequest class and the HttpWebResponse class from the System.Net namespace to create an appointment item on a computer that is running Exchange 2000 by using Visual C# .NET.
    How to use the HttpWebRequest class and the HttpWebResponse class to delete an object by using Visual Basic .NET
    http://www.kbalertz.com/
    (314193) - Describes how to use the HttpWebRequest class and the HttpWebResponse class of the "System.Net" namespace to delete an object on a computer that is running Exchange 2000 by using Visual Basic .NET.
    How to use the HttpWebRequest class and the HttpWebResponse class to modify the properties of an object in Visual Basic .NET
    http://www.kbalertz.com/
    (314198) - Provides a Visual Basic .NET code sample to demonstrate how to use the HttpWebRequest class and the HttpWebResponse class from the System.Net namespace to modify the urn:schemas:mailheader:subject property for an item in Exchange 2000 Server
    How to use the HttpWebRequest class and the HttpWebResponse class to retrieve the properties of an object in Visual Basic .NET
    http://www.kbalertz.com/
    (314197) - Describes how to use the HttpWebRequest class and the HttpWebResponse class to retrieve the properties of an object in Visual Basic .NET. Includes a code sample that you can use to retrieve the properties of the object.
    How to use the HttpWebRequest class and the HttpWebResponse class to search for items on a computer that is running Exchange 2000 in Visual C# .NET
    http://www.kbalertz.com/
    (313129) - Describes how to use the HttpWebRequest class and the HttpWebResponse class from the System.Net namespace to search for items on a computer that is running Exchange 2000 in Visual C# .NET.
    How to use the HttpWebRequest class and the HttpWebResponse class to send an e-mail message by using Visual Basic .NET
    http://www.kbalertz.com/
    (314199) - Describes how to send an e-mail message by using the HttpWebRequest class and the HttpWebResponse class. Includes a code sample that you can use to send the e-mail message.
    How to work with items on an Exchange Server computer by using HttpWebRequest in Visual Basic .NET
    http://www.kbalertz.com/
    (314191) - Contains Visual Basic .NET code samples that demonstrate how to create an Appointment item, how to search for items, and how to copy and move objects on a computer that is running Exchange 2000 Server.
    HOW TO: Create An IAuthenticationModule by Using Visual C# .NET
    http://www.kbalertz.com/
    IN THIS TASK Implement the IAuthenticationModule Interface Create an Application to Test the Module Deploy the Module and Configure the System Test the Module
    HOW TO: Create An IAuthenticationModule by Using Visual C# .NET
    Microsoft Support
    IN THIS TASK Implement the IAuthenticationModule Interface Create an Application to Test the Module Deploy the Module and Configure the System Test the Module
    Implementing NTLM Authentication for Your ASP.NET Web Services
    DotNetJunkies
    Everybody knows that you can't prompt a user for authentication when accessing a Web service. But like many things that "everybody knows", it ain't necessarily so, as this article explains.
    Ad


    Need Dot Net Interview Questions?
    Ask ExamGuru, Inc. for advice and help on Passing .Net Interviews
    .Net Projects
    Best-of-breed application framework for .NET projects, developed by ExamGuru, Inc. and ExamGuru IT
    Free .net Help
    Commission ExamGuru, Inc. and his team for your next bespoke software project
    FogBUGZ
    The only bug tracking system carefully crafted with one goal in mind: helping teams create great software.
    Awesome Tools
    If you don't know about these, you're missing out... IT Certification Questions
    IT Interview Questions
    Free Oracle 10g Training
    MCSE Boortcamp
    Cisco Study Guides
    Cheap Study Guides
    Exact Questions
    Dot Net Interview Questions
    Oracle OCP
    Cheap Travel
    Designer Perfumes - Wholesale Prices
    Free Programming Tutorials
     
    ExamGuru IT Solutions - .Net Guru is owned and operated by ExamGuru, Inc., the man behind .Net Guru. If you're in the market for bespoke software or software consultancy, why not get him and his highly trained team to help? - www.examguru.net/ITCertification
     Copyright © ExamGuru, Inc. 2001-2006
    Contact Us - Terms of Use - Privacy Policy - www.dot-net-guru.com - www.examguru.net - www.oraclesource.net - www.itinterviews.net - www.examguru.net/ITCertification