4#include <net/icredentials_by_host.h>
5#include <net/icredentials.h>
26 typedef ::System::BaseTypesInfo<BaseType, BaseType1, BaseType2> ThisTypeBaseTypesInfo;
28 ASPOSECPP_SHARED_RTTI_INFO_DECL();
Provides the authentication interface for retrieving credentials for a host, port,...
Definition: icredentials_by_host.h:19
Provides the authentication interface. Objects of this class should only be allocated using System::M...
Definition: icredentials.h:18
Provides credentials for the password-based authentication schemes. Objects of this class should only...
Definition: network_credential.h:15
void set_Password(String value)
Sets the password.
void set_Domain(String value)
Sets the domain that verifies the credentials.
NetworkCredential(String userName, String password)
Constructs a new instance.
NetworkCredential(String userName, String password, String domain)
Constructs a new instance.
System::SharedPtr< NetworkCredential > GetCredential(System::SharedPtr< Uri > uri, String authenticationType) override
Returns credentials for the specified URI and authentication type.
NetworkCredential()
Constructs a new instance.
String get_Password()
Gets the password.
String get_UserName()
Gets the username.
System::SharedPtr< NetworkCredential > GetCredential(String host, int32_t port, String authenticationType) override
Returns credentials for the specified host name, port, and authentication type.
void set_UserName(String value)
Sets the username.
String get_Domain()
Gets the domain that verifies the credentials.
Base class that enables using methods available for System.Object class in C#. All non-trivial classe...
Definition: object.h:62
Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting O...
Definition: smart_ptr.h:180
String class used across the library. Is a substitute for C# System.String when translating code....
Definition: string.h:122
Definition: db_command.h:9