Cuminas DjVu SDK for .NET Framework
CredentialEventArgs Constructor(String,String,String)



Target realm for the credential. It can be null or empty string if you don't explicitly specify the target realm.
User ID.
Password.
Initializes CredentialEventArgs object with user ID and password.
Syntax
Public Function New( _
   ByVal target As String, _
   ByVal userId As String, _
   ByVal password As String _
)
Dim target As String
Dim userId As String
Dim password As String
 
Dim instance As New CredentialEventArgs(target, userId, password)
public CredentialEventArgs( 
   string target,
   string userId,
   string password
)
public:
CredentialEventArgs( 
   String^ target,
   String^ userId,
   String^ password
)

Parameters

target
Target realm for the credential. It can be null or empty string if you don't explicitly specify the target realm.
userId
User ID.
password
Password.
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

CredentialEventArgs Class
CredentialEventArgs Members
Overload List

Send Feedback