WebCredential Constructors
Provides user credentials to login to a remote document source.Name | Parameters | Description |
---|---|---|
WebCredential(String, String) | userName, password | Initializes a new instance of the WebCredential class with the specified user name and password. |
See Also