Click or drag to resize

StiCryptHelperRecrypt Method (String, String, String)

[Missing <summary> documentation for "M:Stimulsoft.Base.Licenses.StiCryptHelper.Recrypt(System.String,System.String,System.String)"]

Namespace:  Stimulsoft.Base.Licenses
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static string Recrypt(
	string str,
	string oldPassword,
	string newPassword
)

Parameters

str
Type: SystemString

[Missing <param name="str"/> documentation for "M:Stimulsoft.Base.Licenses.StiCryptHelper.Recrypt(System.String,System.String,System.String)"]

oldPassword
Type: SystemString

[Missing <param name="oldPassword"/> documentation for "M:Stimulsoft.Base.Licenses.StiCryptHelper.Recrypt(System.String,System.String,System.String)"]

newPassword
Type: SystemString

[Missing <param name="newPassword"/> documentation for "M:Stimulsoft.Base.Licenses.StiCryptHelper.Recrypt(System.String,System.String,System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Stimulsoft.Base.Licenses.StiCryptHelper.Recrypt(System.String,System.String,System.String)"]

See Also