GetData
Leave feedback
On this page
Obtain object from Metadata Signature Value over deserialization.
public T GetData<T>()
where T : class
| Parameter | Description |
|---|---|
| T | Type of object to deserialize from Metadata value |
Instance of T object
- class MetadataSignature
- namespace GroupDocs.Signature.Domain
- assembly GroupDocs.Signature
Obtain object from Metadata Signature Text over deserialization.
public T GetData<T>(IDataEncryption dataEncryption)
where T : class
| Parameter | Description |
|---|---|
| T | Type of object to deserialize from Metadata Value |
| dataEncryption | Set custom data encryption implementation |
- interface IDataEncryption
- class MetadataSignature
- namespace GroupDocs.Signature.Domain
- assembly GroupDocs.Signature
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.