AWS SDK for .NET Documentation
ProxyPassword Property
AmazonAmazon.CloudFront_2012_03_15AmazonCloudFrontConfigProxyPassword Did this page help you?   Yes   No    Tell us about it...
Gets and sets the ProxyPassword property. Used in conjunction with the ProxyUsername property to authenticate requests with the specified Proxy server.
Declaration Syntax
C#
[ObsoleteAttribute("Use ProxyCredentials instead")]
public string ProxyPassword { get; set; }
Remarks
If this property isn't set, String.Empty is used as the proxy password. This property isn't used if ProxyUsername is null or empty.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)