GetData
GetData<T>()
Obtain object from QR-Code Signature Text over deserialization.
public T GetData<T>()
where T : class
Parameter | Description |
---|---|
T | Type of object to deserialize from QR-Code Text |
See Also
- class QrCodeSignature
- namespace GroupDocs.Signature.Domain
- assembly GroupDocs.Signature
GetData<T>(IDataEncryption)
Obtain object from QR-Code Signature Text over deserialization.
public T GetData<T>(IDataEncryption dataEncryption)
where T : class
Parameter | Description |
---|---|
T | Type of object to deserialize from QR-Code Text |
dataEncryption | Set custom data encryption implementation |
See Also
- interface IDataEncryption
- class QrCodeSignature
- namespace GroupDocs.Signature.Domain
- assembly GroupDocs.Signature