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; }
Public ReadOnly Property EncryptionKey As String
Get
Property Value
Type:
StringThe encryption key.
Implements
IAnnotationLockEncryptionKeyRemarks
This key is stored into the serialized annotation data to allow the annotations
to remain locked when deserialized at a later time.
See Also