LicensingGuiProxyAuthenticationCredentials Property |
Gets proxy server authentication credentials entered by the user.
Namespace: com.softwarekey.Client.GuiAssembly: PLUSManagedGui (in PLUSManagedGui.dll) Version: 5.23.4.0
Syntaxpublic NetworkCredential ProxyAuthenticationCredentials { get; }
Public ReadOnly Property ProxyAuthenticationCredentials As NetworkCredential
Get
public:
property NetworkCredential^ ProxyAuthenticationCredentials {
NetworkCredential^ get ();
}
Property Value
Type:
NetworkCredential
See Also