diff options
author | Microsoft <aspnet@microsoft.com> | 2012-05-08 14:36:04 -0700 |
---|---|---|
committer | Microsoft <aspnet@microsoft.com> | 2012-05-08 17:23:03 -0700 |
commit | 3d1dcc42ffc0bcaec407d82b0d228b1305815829 (patch) | |
tree | af5352ac4181dd905f4e3fc2827baa5a3e12b470 /src/DotNetOpenAuth.AspNet/MachineKeyUtil.cs | |
parent | b6dff7d1a6b5b07450b82688ec4727b3e2617ff5 (diff) | |
download | DotNetOpenAuth-3d1dcc42ffc0bcaec407d82b0d228b1305815829.zip DotNetOpenAuth-3d1dcc42ffc0bcaec407d82b0d228b1305815829.tar.gz DotNetOpenAuth-3d1dcc42ffc0bcaec407d82b0d228b1305815829.tar.bz2 |
Make the MachineKeyUtil class internal.
Diffstat (limited to 'src/DotNetOpenAuth.AspNet/MachineKeyUtil.cs')
-rw-r--r-- | src/DotNetOpenAuth.AspNet/MachineKeyUtil.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.AspNet/MachineKeyUtil.cs b/src/DotNetOpenAuth.AspNet/MachineKeyUtil.cs index ef49652..f5c8547 100644 --- a/src/DotNetOpenAuth.AspNet/MachineKeyUtil.cs +++ b/src/DotNetOpenAuth.AspNet/MachineKeyUtil.cs @@ -24,7 +24,7 @@ namespace DotNetOpenAuth.AspNet { /// since the implementation will change when upgrading 4.0 -> 4.5. This should be /// used for transient data only. /// </summary> - public static class MachineKeyUtil { + internal static class MachineKeyUtil { /// <summary> /// MachineKey implementation depending on the target .NET framework version /// </summary> |