diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2008-10-23 19:52:59 -0700 |
---|---|---|
committer | Andrew <andrewarnott@gmail.com> | 2008-10-23 19:52:59 -0700 |
commit | 38c7d25878550429583558f5c907e34fb094fb68 (patch) | |
tree | c6edc9ee32d6d2031202040ac18cd2d288b3bb83 /src/DotNetOAuth/Messaging/Bindings/ITamperResistantProtocolMessage.cs | |
parent | 7ba9649126a7b802e348fbe210383fabc2898659 (diff) | |
download | DotNetOpenAuth-38c7d25878550429583558f5c907e34fb094fb68.zip DotNetOpenAuth-38c7d25878550429583558f5c907e34fb094fb68.tar.gz DotNetOpenAuth-38c7d25878550429583558f5c907e34fb094fb68.tar.bz2 |
Applied FxCop fixes.
Diffstat (limited to 'src/DotNetOAuth/Messaging/Bindings/ITamperResistantProtocolMessage.cs')
-rw-r--r-- | src/DotNetOAuth/Messaging/Bindings/ITamperResistantProtocolMessage.cs | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/DotNetOAuth/Messaging/Bindings/ITamperResistantProtocolMessage.cs b/src/DotNetOAuth/Messaging/Bindings/ITamperResistantProtocolMessage.cs deleted file mode 100644 index 62c3088..0000000 --- a/src/DotNetOAuth/Messaging/Bindings/ITamperResistantProtocolMessage.cs +++ /dev/null @@ -1,17 +0,0 @@ -//-----------------------------------------------------------------------
-// <copyright file="ITamperResistantProtocolMessage.cs" company="Andrew Arnott">
-// Copyright (c) Andrew Arnott. All rights reserved.
-// </copyright>
-//-----------------------------------------------------------------------
-
-namespace DotNetOAuth.Messaging.Bindings {
- /// <summary>
- /// The contract a message that is signed must implement.
- /// </summary>
- public interface ITamperResistantProtocolMessage : IProtocolMessage {
- /// <summary>
- /// Gets or sets the message signature.
- /// </summary>
- string Signature { get; set; }
- }
-}
|