Click or drag to resize

IAnnotationLockEncryptionKey Property

Gets or sets the encrypted key used to lock or unlock the annotation.
Gets or sets the encrypted key used to lock or unlock the annotation.

Namespace:  Atalasoft.Annotate
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
string EncryptionKey { get; }

Property Value

Type: String
The encrypted key of a locked annotation.

Property Value

Type: String
The encrypted key of a locked annotation.
Remarks
This key is stored into the serialized annotation data to allow the annotations to remain locked when deserialized at a later time.
See Also