LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

CanApplyAllDecryptors Property






Gets a value that indicates whether any decryptor AnnEncryptObject object in this AnnAutomation can be applied.
Syntax
public virtual bool CanApplyAllDecryptors {get;}
'Declaration
 
Public Overridable ReadOnly Property CanApplyAllDecryptors As Boolean
'Usage
 
Dim instance As AnnAutomation
Dim value As Boolean
 
value = instance.CanApplyAllDecryptors
public virtual bool CanApplyAllDecryptors {get;}
 get_CanApplyAllDecryptors(); 
public:
virtual property bool CanApplyAllDecryptors {
   bool get();
}

Property Value

true if any decryptor AnnEncryptObject object in this AnnAutomation can be applied; otherwise, false.
Remarks

This property gets a value that indicates whether there is at least one decryptor AnnEncryptObject currently in this AnnAutomation that can be applied. The AnnEncryptObject.CanDecrypt value must be true in order to be able to apply a decryptor AnnEncryptObject.

Use the ApplyAllDecryptors method to apply all the decryptor AnnEncryptObject objects in this AnnAutomation that have not been applied.

Example
For an example, refer to ApplyAllEncryptors.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnAutomation Class
AnnAutomation Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.