summaryrefslogtreecommitdiffstats
path: root/samples/DotNetOpenAuth.ApplicationBlock/CustomExtensions/AcmeRequest.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2009-04-15 17:13:18 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2009-04-15 17:13:18 -0700
commitd7b990d41eae84cb34ca75da5b1fe8bd9b3f0505 (patch)
tree47dbd618b1de8b8ec8fab3c49627f85bd24a02b9 /samples/DotNetOpenAuth.ApplicationBlock/CustomExtensions/AcmeRequest.cs
parentef1c63fc17bd5ae7eda4444ded592574d437d309 (diff)
downloadDotNetOpenAuth-d7b990d41eae84cb34ca75da5b1fe8bd9b3f0505.zip
DotNetOpenAuth-d7b990d41eae84cb34ca75da5b1fe8bd9b3f0505.tar.gz
DotNetOpenAuth-d7b990d41eae84cb34ca75da5b1fe8bd9b3f0505.tar.bz2
Fixed build break from merge.
Diffstat (limited to 'samples/DotNetOpenAuth.ApplicationBlock/CustomExtensions/AcmeRequest.cs')
-rw-r--r--samples/DotNetOpenAuth.ApplicationBlock/CustomExtensions/AcmeRequest.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/samples/DotNetOpenAuth.ApplicationBlock/CustomExtensions/AcmeRequest.cs b/samples/DotNetOpenAuth.ApplicationBlock/CustomExtensions/AcmeRequest.cs
index 19a3a0e..e3effdf 100644
--- a/samples/DotNetOpenAuth.ApplicationBlock/CustomExtensions/AcmeRequest.cs
+++ b/samples/DotNetOpenAuth.ApplicationBlock/CustomExtensions/AcmeRequest.cs
@@ -24,6 +24,8 @@ namespace DotNetOpenAuth.ApplicationBlock.CustomExtensions {
get { return Enumerable.Empty<string>(); }
}
+ public bool IsSignedByRemoteParty { get; set; }
+
#endregion
#region IMessage Members