LEADTOOLS Annotations (Leadtools.Annotations assembly)

CanApplyAllEncryptors Property

Show in webframe





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

            

            
public:
virtual property bool CanApplyAllEncryptors {
   bool get();
}

Property Value

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

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

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

Example
For an example, refer to ApplyAllEncryptors.
Requirements

Target Platforms

See Also

Reference

AnnAutomation Class
AnnAutomation Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.