adTempus API
ArcanaDevelopment.adTempus.Client Namespace / SecurityLogin Class / SetPassword Method
The new password value


In This Topic
    SetPassword Method (SecurityLogin)
    In This Topic
    Sets the password for an adTempus login.
    Syntax
    'Declaration
     
    
    Public Sub SetPassword( _
       ByVal newPassword As String _
    ) 
    public void SetPassword( 
       string newPassword
    )
    public:
    void SetPassword( 
       String^ newPassword
    ) 

    Parameters

    newPassword
    The new password value
    Remarks

    A password is only specified if LoginType is LoginType.adTempusUser.

    Passwords are write-only and cannot be read from the server.

    See Also