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

Key Property






Gets or sets the key used to encrypt or decrypt this AnnEncryptObject object.
Syntax
public virtual int Key {get; set;}
'Declaration
 
Public Overridable Property Key As Integer
'Usage
 
Dim instance As AnnEncryptObject
Dim value As Integer
 
instance.Key = value
 
value = instance.Key
public virtual int Key {get; set;}
 get_Key();
set_Key(value);
public:
virtual property int Key {
   int get();
   void set (    int value);
}

Property Value

The key used to encrypt or decrypt this AnnEncryptObject object.
Remarks
This Key should be between 0 and 4294967295.
Example
For an example, refer to AnnEncryptObject.
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

AnnEncryptObject Class
AnnEncryptObject Members

 

 


Products | Support | Contact Us | Copyright Notices

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