//----------------------------------------------------------------------- // // Copyright (c) Outercurve Foundation. All rights reserved. // //----------------------------------------------------------------------- namespace DotNetOpenAuth.OAuth { /// /// Security settings that are applicable to consumers. /// internal class ConsumerSecuritySettings : SecuritySettings { /// /// Initializes a new instance of the class. /// internal ConsumerSecuritySettings() { } } }