IVsStrongNameKeys::ChangePassword Method (String^, String^, String^)
Visual Studio 2015
Changes the password of an existing file.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Parameters
- szPfxFile
-
Type:
System::String^
[in] The name of the file whose password is to be changed.
- szOldPassword
-
Type:
System::String^
[in] The old password.
- szNewPassword
-
Type:
System::String^
[in] The new password.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Show: