←Select platform

Key Property

Summary
Gets or sets the key used to encrypt or decrypt this AnnEncryptObject object.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public virtual int Key { get; set; } 
@property (nonatomic, assign) NSUInteger key; 
public int getKey() 
public void setKey(int key) 
public:  
   virtual property Int32 Key 
   { 
      Int32 get() 
      void set(Int32 value) 
   } 
Key # get and set (AnnEncryptObject) 

Property Value

The key used to encrypt or decrypt this AnnEncryptObject object.

Remarks

The key should be between 0 and 4294967295.

Requirements

Target Platforms

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

Leadtools.Annotations.Engine Assembly

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