Click or drag to resize

CertificationClassVB_CSMChangePassword Method

비밀번호 변경

Namespace:  Mcc.Series.Common
Assembly:  Mcc.Series.Common (in Mcc.Series.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static IntPtr VB_CSMChangePassword(
	string id,
	string oldPassword,
	string newPassword
)

Parameters

id
Type: SystemString
사번
oldPassword
Type: SystemString
구 패스워드
newPassword
Type: SystemString
신 패스워드

Return Value

Type: IntPtr

[Missing <returns> documentation for "M:Mcc.Series.Common.CertificationClass.VB_CSMChangePassword(System.String,System.String,System.String)"]

See Also