IVsStrongNameKeys::ChangePassword Method (String^, String^, String^)

 

Changes the password of an existing file.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

int ChangePassword(
	String^ szPfxFile,
	String^ szOldPassword,
	String^ szNewPassword
)

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::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Return to top
Show: