Credentials used to log in to a web-site for example.

C# | Visual Basic | Visual C++ |
public class ResourceCredentials
Public Class ResourceCredentials
public ref class ResourceCredentials

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | ResourceCredentials(String, String) |
New instance
|
![]() | Equals(Object) |
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.) |
![]() | Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() ![]() | FromString(String) |
Creates an instance based on the serialization of this object through a call to ToString.
|
![]() | GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() ![]() | GetSerializationPattern()()() |
Returns the serialization pattern - which dictates how strings are converted to objects in FromString.
|
![]() | GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | Password |
The password
|
![]() | ToString()()() |
Serializes this instance in string form
(Overrides Object.ToString()()().) |
![]() | Username |
The username
|

Object | |
![]() | ResourceCredentials |