You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to specify TypeConverters on existing interfaces, example is Dapplo.HttpExtensions.OAuth.OAuth2RefreshToken
Wherever this is used, one can specify [TypeConverter(typeof(StringEncryptionTypeConverter))] on it.
The text was updated successfully, but these errors were encountered:
Lakritzator
changed the title
Encrypting values
Encrypting values e.g. TypeConverters
Jul 23, 2019
How to specify TypeConverters on existing interfaces, example is Dapplo.HttpExtensions.OAuth.OAuth2RefreshToken
Wherever this is used, one can specify [TypeConverter(typeof(StringEncryptionTypeConverter))] on it.
The text was updated successfully, but these errors were encountered: