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.
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.