4#include <system/string.h> 
    5#include <system/shared_ptr.h> 
    6#include <system/object.h> 
   12class NetworkCredential;
 
   26    typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
 
   28    ASPOSECPP_SHARED_RTTI_INFO_DECL();
 
Provides the authentication interface for retrieving credentials for a host, port,...
Definition: icredentials_by_host.h:19
virtual System::SharedPtr< NetworkCredential > GetCredential(String host, int32_t port, String authenticationType)=0
Returns credentials for the specified host and authentication type.
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