I'm implementing DotNetOpenAuth in a new web site. I'll be storing ClaimedIdentifiers in a Sql Server 2008 database, and am wondering what best data type to use is. If ClaimedIdentifier can include Unicode, I'll make it an nvarchar(255), otherwise I'll use varchar(255). Does anyone know if Unicode identifiers are supported?
|
feedback
|
|
From the spec:
This applies the value of | |||
|
feedback
|