//----------------------------------------------------------------------- // // Copyright (c) Outercurve Foundation. All rights reserved. // //----------------------------------------------------------------------- namespace DotNetOpenAuth.OAuth { /// /// Security settings that may be applicable to both consumers and service providers. /// public class SecuritySettings { /// /// Initializes a new instance of the class. /// protected SecuritySettings() { } } }