Cuminas DjVu SDK for .NET Framework
CancelAuthentication Property



Determines whether to cancel the authentication or not.
Syntax
Public Property CancelAuthentication As Boolean
Dim instance As CredentialEventArgs
Dim value As Boolean
 
instance.CancelAuthentication = value
 
value = instance.CancelAuthentication
public bool CancelAuthentication {get; set;}
public:
property bool CancelAuthentication {
   bool get();
   void set (    bool value);
}

Property Value

If you want to cancel the authentication process, set the value to true.

Remarks

Throwing an exception from the handler also cancels the authentication process if no other handlers are associated to Document.AuthenticateUser Event.

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
Document.AuthenticateUser Event

Send Feedback