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


In This Topic
    CredentialProfile Class
    In This Topic
    Stores a set of login credentials (user ID and password) for Windows or another system.
    Object Model
    CredentialProfile ClassRemoteAgentCredentialProfileCollection ClassRemoteAgentCredentialProfile ClassDataContext ClassOID ClassADTObject Class
    Syntax
    'Declaration
     
    
    <ComVisibleAttribute(True)>
    <GuidAttribute("619f8180-6a62-460a-9a6d-8396ec3e5a1a")>
    Public NotInheritable Class CredentialProfile 
       Inherits ADTIndependentObject
    [ComVisible(true)]
    [Guid("619f8180-6a62-460a-9a6d-8396ec3e5a1a")]
    public sealed class CredentialProfile : ADTIndependentObject 
    [ComVisible(true)]
    [Guid("619f8180-6a62-460a-9a6d-8396ec3e5a1a")]
    public ref class CredentialProfile sealed : public ADTIndependentObject 
    Inheritance Hierarchy

    System.Object
       ArcanaDevelopment.adTempus.Client.ObjectBase
          ArcanaDevelopment.adTempus.Client.ADTObject
             ArcanaDevelopment.adTempus.Client.ADTIndependentObject
                ArcanaDevelopment.adTempus.Client.CredentialProfile

    See Also