Show / Hide Table of Contents

    Class BinarySecretElement

    Represents a configuration element containing a binary secret value.

    Inheritance
    Object
    BinarySecretElement
    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
    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

    Secret

    Gets or sets the Base64-encoded secret value.

    Declaration
    public string Secret { get; set; }
    Property Value
    Type Description
    String
    Back to top Nevatech Sentinet 6.5 Online Documentation