Show / Hide Table of Contents

Class UsernamePasswordCredentials

Simple IProxyAuthenticationCredentials implementation based on a username and password.

Inheritance
System.Object
UsernamePasswordCredentials
Implements
IProxyAuthenticationCredentials
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

Implements

IProxyAuthenticationCredentials
In This Article
Back to top Copyright © 2020 Adobe. All rights reserved.