Search Results for

    Show / Hide Table of Contents

    Class ClaimsAuthenticationElement

    Represents a configuration element containing configuration for a claim used to authenticate a repository console user in Federation scenario.

    Inheritance
    object
    ConfigurationElement
    ClaimsAuthenticationElement
    Inherited Members
    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.Configuration
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    public sealed class ClaimsAuthenticationElement : ConfigurationElement

    Constructors

    ClaimsAuthenticationElement()

    Declaration
    public ClaimsAuthenticationElement()

    Fields

    ClaimIssuerAttributeName

    Name of the attribute representing the claim issuer name in the configuration element.

    Declaration
    public const string ClaimIssuerAttributeName = "claimIssuer"
    Field Value
    Type Description
    string

    ClaimTypeAttributeName

    Name of the attribute representing the claim type in the configuration element.

    Declaration
    public const string ClaimTypeAttributeName = "claimType"
    Field Value
    Type Description
    string

    Properties

    ClaimIssuer

    Gets or sets the optional claim issuer name. If it is set then claim's issuer is validated and identity match is performed by the claim value only. If it is not set then identity match is performed by the claim value and issuer.

    Declaration
    [ConfigurationProperty("claimIssuer")]
    public string ClaimIssuer { get; set; }
    Property Value
    Type Description
    string

    ClaimType

    Gets or sets the claim type.

    Declaration
    [ConfigurationProperty("claimType")]
    public string ClaimType { get; set; }
    Property Value
    Type Description
    string

    Properties

    Gets collection of configuration element properties.

    Declaration
    protected override ConfigurationPropertyCollection Properties { get; }
    Property Value
    Type Description
    ConfigurationPropertyCollection
    Overrides
    ConfigurationElement.Properties
    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation