adTempus API
ArcanaDevelopment.adTempus.Client Namespace / RemoteAgentCredentialProfile Class
Members


In This Topic
    RemoteAgentCredentialProfile Class
    In This Topic
    Overrides a CredentialProfile for a particular RemoteAgent
    Object Model
    RemoteAgentCredentialProfile ClassCredentialProfile ClassDataContext ClassOID ClassADTObject ClassRemoteAgent Class
    Syntax
    'Declaration
     
    
    Public NotInheritable Class RemoteAgentCredentialProfile 
       Inherits ADTObject
    public sealed class RemoteAgentCredentialProfile : ADTObject 
    public ref class RemoteAgentCredentialProfile sealed : public ADTObject 
    Remarks

    The RemoteAgentCredentialProfile allows you to specify different credentials for a profile to use on a particular RemoteAgent.

    To define an override, create a new RemoteAgentCredentialProfile, set the RemoteAgent, add the RemoteAgentCredentialProfile to the CredentialProfile's CredentialProfile.AgentProfiles collection, and save the CredentialProfile.

    Whenever the CredentialProfile is sent to the RemoteAgent, the credentials specified in the RemoteAgentCredentialProfile will be sent instead of the values defined for the CredentialProfile.

    Inheritance Hierarchy

    System.Object
       ArcanaDevelopment.adTempus.Client.ObjectBase
          ArcanaDevelopment.adTempus.Client.ADTObject
             ArcanaDevelopment.adTempus.Client.RemoteAgentCredentialProfile

    See Also