Search Results for

    Show / Hide Table of Contents

    Class AuthorizationServiceBehaviorExtension

    Provides configuration extension element for the service behavior that replaces Service Authorization Manager to the specified type.

    Inheritance
    object
    ConfigurationElement
    ServiceModelConfigurationElement
    ServiceModelExtensionElement
    BehaviorExtensionElement
    AuthorizationServiceBehaviorExtension
    Inherited Members
    ServiceModelExtensionElement.CopyFrom(ServiceModelExtensionElement)
    ServiceModelExtensionElement.ConfigurationElementName
    ConfigurationElement.IsReadOnly()
    ConfigurationElement.Equals(object)
    ConfigurationElement.GetHashCode()
    ConfigurationElement.LockAttributes
    ConfigurationElement.LockAllAttributesExcept
    ConfigurationElement.LockElements
    ConfigurationElement.LockAllElementsExcept
    ConfigurationElement.LockItem
    ConfigurationElement.ElementInformation
    ConfigurationElement.CurrentConfiguration
    object.ToString()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetType()
    Namespace: Nevatech.Vsb.Repository.Security
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    public sealed class AuthorizationServiceBehaviorExtension : BehaviorExtensionElement

    Constructors

    AuthorizationServiceBehaviorExtension()

    Declaration
    public AuthorizationServiceBehaviorExtension()

    Properties

    AuthorizationManagerType

    Gets or sets the authorization manager's fully qualified type name.

    Declaration
    [ConfigurationProperty("type", IsRequired = true)]
    public string AuthorizationManagerType { get; set; }
    Property Value
    Type Description
    string

    BehaviorType

    Gets the type of the configured service behavior.

    Declaration
    public override Type BehaviorType { get; }
    Property Value
    Type Description
    Type
    Overrides
    BehaviorExtensionElement.BehaviorType

    Methods

    CreateBehavior()

    Returns a configured instance of the service behavior.

    Declaration
    protected override object CreateBehavior()
    Returns
    Type Description
    object

    Configured instance of the service behavior.

    Overrides
    BehaviorExtensionElement.CreateBehavior()
    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation