Click or drag to resize

AnnotationLockEncryptionKey Property

Gets the encrypted key for the lock.

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

Property Value

Type: String
The encryption key.

Implements

IAnnotationLockEncryptionKey
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