diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2009-04-15 17:13:18 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2009-04-15 17:13:18 -0700 |
commit | d7b990d41eae84cb34ca75da5b1fe8bd9b3f0505 (patch) | |
tree | 47dbd618b1de8b8ec8fab3c49627f85bd24a02b9 /samples/DotNetOpenAuth.ApplicationBlock/CustomExtensions/AcmeRequest.cs | |
parent | ef1c63fc17bd5ae7eda4444ded592574d437d309 (diff) | |
download | DotNetOpenAuth-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.cs | 2 |
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 |