LEADTOOLS Annotations (Leadtools.Annotations assembly)

Encryptor Property

Show in webframe





Gets or sets a value to indicate whether this AnnEncryptObject object is in an encryptor or a decryptor.
Syntax
public virtual bool Encryptor {get; set;}
'Declaration
 
Public Overridable Property Encryptor As Boolean
'Usage
 
Dim instance As AnnEncryptObject
Dim value As Boolean
 
instance.Encryptor = value
 
value = instance.Encryptor

            

            
public:
virtual property bool Encryptor {
   bool get();
   void set (    bool value);
}

Property Value

true if this AnnEncryptObject object is an encryptor; false if this AnnEncryptObject object is a decryptor.
Example
For an example, refer to AnnEncryptObject.
Requirements

Target Platforms

See Also

Reference

AnnEncryptObject Class
AnnEncryptObject Members

 

 


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