←Select platform

Key Property

Summary
Gets or sets the key used to encrypt or decrypt this AnnEncryptObject object.
Syntax
C#
VB
Objective-C
C++
Java
public virtual int Key { get; set; } 
Public Overridable Property Key As Integer 
@property (nonatomic) int key; 
public int getKey() 
public void setKey(int key) 
public:  
   virtual property Int32 Key 
   { 
      Int32 get() 
      void set(Int32 value) 
   } 

Property Value

The key used to encrypt or decrypt this AnnEncryptObject object.

Remarks

The key should be between 0 and 4294967295.

Example

For an example, refer to AnnEncryptObject.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.