summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2009-03-08 01:54:24 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2009-03-08 01:54:24 -0800
commitf5664ef1ed535825c6cff981c02b510d8370abb0 (patch)
tree7214d88c972c142e296c01b3bfa7a502c8521fe4 /src
parent90765afdb27219f5385a3e234f185cc14c50966d (diff)
downloadDotNetOpenAuth-f5664ef1ed535825c6cff981c02b510d8370abb0.zip
DotNetOpenAuth-f5664ef1ed535825c6cff981c02b510d8370abb0.tar.gz
DotNetOpenAuth-f5664ef1ed535825c6cff981c02b510d8370abb0.tar.bz2
Added the COMVisible attribute to AuthenticationResponseShim to fix classic ASP support.
This already existed in the v2.6 branch... not sure how it came to be missing from the master branch. Fixes Google Code Issue 213.
Diffstat (limited to 'src')
-rw-r--r--src/DotNetOpenAuth/OpenId/Interop/AuthenticationResponseShim.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth/OpenId/Interop/AuthenticationResponseShim.cs b/src/DotNetOpenAuth/OpenId/Interop/AuthenticationResponseShim.cs
index 4db26c9..24a7100 100644
--- a/src/DotNetOpenAuth/OpenId/Interop/AuthenticationResponseShim.cs
+++ b/src/DotNetOpenAuth/OpenId/Interop/AuthenticationResponseShim.cs
@@ -15,7 +15,8 @@ namespace DotNetOpenAuth.OpenId.Interop {
/// <summary>
/// The COM type used to provide details of an authentication result to a relying party COM client.
/// </summary>
- [Obsolete("This class acts as a COM Server and should not be called directly from .NET code.")]
+ [SuppressMessage("Microsoft.Interoperability", "CA1409:ComVisibleTypesShouldBeCreatable")]
+ [ComVisible(true), Obsolete("This class acts as a COM Server and should not be called directly from .NET code.")]
public class AuthenticationResponseShim {
/// <summary>
/// The response read in by the Relying Party.