LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

IsEncrypted Property

Show in webframe





Gets a value indicating whether this AnnEncryptObject object is currently encrypted.
Syntax
public virtual bool IsEncrypted {get;}
'Declaration
 
Public Overridable ReadOnly Property IsEncrypted As Boolean
'Usage
 
Dim instance As AnnEncryptObject
Dim value As Boolean
 
value = instance.IsEncrypted

            

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

Property Value

true if this AnnEncryptObject object is currently encrypted; false otherwise.
Remarks
This AnnEncryptObject object is encrypted if the value of the Encryptor property is true and the Apply method has been called.
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.