TKMP.DLLのダウンロード

APOPで認証を行うためのクラスのインスタンスを初期化します

Namespace:  TKMP.Net
Assembly:  TKMP (TKMP.dll 内) バージョン: 3.1.0.0

Syntax

C#
public APopLogon(
	string UserID,
	string Password
)
Visual Basic (Declaration)
Public Sub New ( _
	UserID As String, _
	Password As String _
)

Parameters

UserID
Type: System..::.String
ユーザーID
Password
Type: System..::.String
パスワード

See Also