Constructor ArcGISNetworkCredential
ArcGISNetworkCredential(Uri, ICredentials)
Initializes a new instance of the Arc
Declaration
public ArcGISNetworkCredential(Uri serviceUri, ICredentials credentials)
Parameters
Type | Name | Description |
---|---|---|
Uri | serviceUri | The service that can be accessed with this credential. |
System. |
credentials | The credentials used to access the service with HTTP authentication. |
Exceptions
Type | Condition |
---|---|
Argument |
|
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.14 - 100.15 |
.NET 6.0 | 100.14 - 100.15 |
.NET 6.0 Windows | 100.14 - 100.15 |
.NET Framework | 100.14 - 100.15 |
Xamarin.Android | 100.14 - 100.15 |
Xamarin.iOS | 100.14 - 100.15 |
UWP | 100.14 |
ArcGISNetworkCredential(String, ICredentials)
Initializes a new instance of the Arc
Declaration
public ArcGISNetworkCredential(string serviceUrl, ICredentials credentials)
Parameters
Type | Name | Description |
---|---|---|
String | serviceUrl | The service that can be accessed with this credential. |
System. |
credentials | The credentials used to access the service with HTTP authentication. |
Exceptions
Type | Condition |
---|---|
Argument |
|
System. |
|
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.14 - 100.15 |
.NET 6.0 | 100.14 - 100.15 |
.NET 6.0 Windows | 100.14 - 100.15 |
.NET Framework | 100.14 - 100.15 |
Xamarin.Android | 100.14 - 100.15 |
Xamarin.iOS | 100.14 - 100.15 |
UWP | 100.14 |
ArcGISNetworkCredential(Uri, String, String)
Initializes a new instance of the Arc
Declaration
public ArcGISNetworkCredential(Uri serviceUri, string username, string password)
Parameters
Type | Name | Description |
---|---|---|
Uri | serviceUri | The service that can be accessed with this credential. |
String | username | The user name. |
String | password | The password. |
Exceptions
Type | Condition |
---|---|
Argument |
|
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.14 - 100.15 |
.NET 6.0 | 100.14 - 100.15 |
.NET 6.0 Windows | 100.14 - 100.15 |
.NET Framework | 100.14 - 100.15 |
Xamarin.Android | 100.14 - 100.15 |
Xamarin.iOS | 100.14 - 100.15 |
UWP | 100.14 |
ArcGISNetworkCredential(String, String, String)
Initializes a new instance of the Arc
Declaration
public ArcGISNetworkCredential(string serviceUrl, string username, string password)
Parameters
Type | Name | Description |
---|---|---|
String | serviceUrl | The service that can be accessed with this credential. |
String | username | The user name. |
String | password | The password. |
Exceptions
Type | Condition |
---|---|
Argument |
|
System. |
|
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.14 - 100.15 |
.NET 6.0 | 100.14 - 100.15 |
.NET 6.0 Windows | 100.14 - 100.15 |
.NET Framework | 100.14 - 100.15 |
Xamarin.Android | 100.14 - 100.15 |
Xamarin.iOS | 100.14 - 100.15 |
UWP | 100.14 |
ArcGISNetworkCredential(Uri, String, String, String)
Initializes a new instance of the Arc
Declaration
public ArcGISNetworkCredential(Uri serviceUri, string username, string password, string domain)
Parameters
Type | Name | Description |
---|---|---|
Uri | serviceUri | The service that can be accessed with this credential. |
String | username | The user name. |
String | password | The password. |
String | domain | The domain. |
Exceptions
Type | Condition |
---|---|
Argument |
|
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.14 - 100.15 |
.NET 6.0 | 100.14 - 100.15 |
.NET 6.0 Windows | 100.14 - 100.15 |
.NET Framework | 100.14 - 100.15 |
Xamarin.Android | 100.14 - 100.15 |
Xamarin.iOS | 100.14 - 100.15 |
UWP | 100.14 |
ArcGISNetworkCredential(String, String, String, String)
Initializes a new instance of the Arc
Declaration
public ArcGISNetworkCredential(string serviceUrl, string username, string password, string domain)
Parameters
Type | Name | Description |
---|---|---|
String | serviceUrl | The service that can be accessed with this credential. |
String | username | The user name. |
String | password | The password. |
String | domain | The domain. |
Exceptions
Type | Condition |
---|---|
Argument |
|
System. |
|
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.14 - 100.15 |
.NET 6.0 | 100.14 - 100.15 |
.NET 6.0 Windows | 100.14 - 100.15 |
.NET Framework | 100.14 - 100.15 |
Xamarin.Android | 100.14 - 100.15 |
Xamarin.iOS | 100.14 - 100.15 |
UWP | 100.14 |