Currently when you have a credential record it is not easy to access its attributes. You need to either: - parse the preview from the offer message - parse the raw values from the credential message - retrieve the credential from indy storage Aries Framework .NET just stores the attributes in the record. I think we should do the same