←Select platform

Key Property

Summary

Gets or sets the key used to encrypt or decrypt this AnnEncryptObject object.

Syntax

C#
VB
C++
public int Key { get; set; } 
  
Public Property Key As Integer 
public: 
property int Key { 
   int get(); 
   void set (    int ); 
} 

Property Value

The key used to encrypt or decrypt this AnnEncryptObject object.

Remarks

This Key should be between 0 and 4294967295.

Example

For C#/VB examples, refer to AnnEncryptObject.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Annotations Assembly