LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.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 bool Encryptor {get; set;}
'Declaration
 
Public Property Encryptor As Boolean
'Usage
 
Dim instance As AnnEncryptObject
Dim value As Boolean
 
instance.Encryptor = value
 
value = instance.Encryptor

            

            
public:
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 C#/VB examples, 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.