Class UsernamePasswordCredentials
Simple IProxyAuthenticationCredentials implementation based on a username and password.
Inheritance
System.Object
UsernamePasswordCredentials
Implements
Namespace: Adobe.PDFServicesSDK.config.proxy
Assembly: Adobe.PDFServicesSDK.Doc.dll
Syntax
public class UsernamePasswordCredentials : IProxyAuthenticationCredentials
Constructors
UsernamePasswordCredentials(String, String)
Creates a new UsernamePasswordCredentials instance.
Declaration
public UsernamePasswordCredentials(string username, string password)
Parameters
Type | Name | Description |
---|---|---|
System.String | username | Username. Cannot be null or empty. |
System.String | password | Password. Cannot be null or empty. |
Properties
Password
Gets the password.
Declaration
public string Password { get; }
Property Value
Type | Description |
---|---|
System.String |
Username
Gets the username.
Declaration
public string Username { get; }
Property Value
Type | Description |
---|---|
System.String |