Click or drag to resize

VGSecurityRuntimeChangePassword Method

Overload List
  NameDescription
Public methodChangePassword(SecureString, SecureString, SecureString)
Change the password of the current user, the runtime need to have a Principal. The current user needs to support password system.
Public methodChangePassword(String, String, String)
Change the password of the current user, the runtime need to have a Principal. The current user needs to support password system.
Public methodChangePassword(String, String, String, String)
Changes the password of the user.
Public methodChangePassword(VGICredential, String, String, String)
Changes the password of the user.
Top
See Also