DjVu Namespace > CredentialEventArgs Class : CancelAuthentication Property |
Public Property CancelAuthentication As Boolean
Dim instance As CredentialEventArgs Dim value As Boolean instance.CancelAuthentication = value value = instance.CancelAuthentication
public bool CancelAuthentication {get; set;}
If you want to cancel the authentication process, set the value to true.
Throwing an exception from the handler also cancels the authentication process if no other handlers are associated to Document.AuthenticateUser Event.
Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family