summaryrefslogtreecommitdiffstats
path: root/source/Janrain.OpenId/Server/Response.cs
diff options
context:
space:
mode:
Diffstat (limited to 'source/Janrain.OpenId/Server/Response.cs')
-rw-r--r--source/Janrain.OpenId/Server/Response.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Janrain.OpenId/Server/Response.cs b/source/Janrain.OpenId/Server/Response.cs
index f7371c0..f9b7686 100644
--- a/source/Janrain.OpenId/Server/Response.cs
+++ b/source/Janrain.OpenId/Server/Response.cs
@@ -44,7 +44,7 @@ namespace Janrain.OpenId.Server
public string[] Signed
{
- get { return (string[]) _signed.ToArray(); }
+ get { return (string[])_signed.ToArray(typeof(string)); }
}
public bool NeedsSigning