VssBasicCredential Constructor
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
VssBasicCredential() | Initializes a new VssBasicCredential instance with no token specified. | |
VssBasicCredential(VssBasicToken) | Initializes a new VssBasicCredential instance with the specified token. | |
VssBasicCredential(String, String) | Initializes a new VssBasicCredential instance with the specified user name and password. |
Top