Search Results for

    Show / Hide Table of Contents

    Class BinarySecretElement

    Represents a configuration element containing a binary secret value.

    Inheritance
    object
    ConfigurationElement
    BinarySecretElement
    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 BinarySecretElement : ConfigurationElement

    Constructors

    BinarySecretElement()

    Declaration
    public BinarySecretElement()

    Fields

    KidAttributeName

    Name of the attribute representing Key Identifier property.

    Declaration
    public const string KidAttributeName = "kid"
    Field Value
    Type Description
    string

    SecretAttributeName

    Name of the attribute representing Secret property.

    Declaration
    public const string SecretAttributeName = "secret"
    Field Value
    Type Description
    string

    Properties

    Kid

    Gets or sets the key unique identifier (optional).

    Declaration
    [ConfigurationProperty("kid")]
    public string Kid { 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

    Secret

    Gets or sets the Base64-encoded secret value.

    Declaration
    [ConfigurationProperty("secret")]
    public string Secret { get; set; }
    Property Value
    Type Description
    string
    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation