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


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