adTempus API
ArcanaDevelopment.adTempus.Client Namespace / CredentialProfile Class / ChangePassword Method
The current password for the profile. See Remarks.
The new password.
The expiration date for the password, if expiration tracking is being used.


In This Topic
    ChangePassword Method (CredentialProfile)
    In This Topic
    Changes the password for the profile.
    Syntax
    'Declaration
     
    
    Public Sub ChangePassword( _
       ByVal oldPassword As String, _
       ByVal newPassword As String, _
       ByVal passwordExpirationDate As Nullable(Of Date) _
    ) 

    Parameters

    oldPassword
    The current password for the profile. See Remarks.
    newPassword
    The new password.
    passwordExpirationDate
    The expiration date for the password, if expiration tracking is being used.
    Remarks

    If the caller has Modify permission for the profile, the oldPassword does not need to be specified. If the caller does not have Modify permission, the password can still be changed by specifying both the oldPassword and the newPassword.

    See Also