London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class SecurityConnectionElement

Implements operations for and represents the profile connection. (Inherits System.Configuration.ConfigurationElement.)

Inheritance
System.Object
SecurityConnectionElement
Namespace: Mediachase.Commerce.Security.Configuration
Assembly: Mediachase.Commerce.dll
Version: 13.30.0
Syntax
public class SecurityConnectionElement : ConfigurationElement

Constructors

SecurityConnectionElement()

Initializes a new instance of the SecurityConnectionElement class.

Declaration
public SecurityConnectionElement()

Properties

AppDatabase

Uses ConnectionStringName property to retrieve connection string from ConnectionStrings portion of app/web.config file

Declaration
public string AppDatabase { get; }
Property Value
Type Description
System.String

The app database.

ConnectionStringName

Retrieves logical name of connection string in CommerceFramework Application hierarchy

Declaration
public string ConnectionStringName { get; set; }
Property Value
Type Description
System.String

The connection string name.

Methods

IsReadOnly()

Gets a value indicating whether the System.Configuration.ConfigurationElement object is read-only.

Declaration
public override bool IsReadOnly()
Returns
Type Description
System.Boolean

true if the System.Configuration.ConfigurationElement object is read-only; otherwise, false.