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



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

Parameters

target
Target realm for the credential. It can be null or empty string if you don't explicitly specify the target realm.
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