Search Results for

    Show / Hide Table of Contents

    Class RsaKeyElement

    Represents a configuration element containing an RSA public key.

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

    Constructors

    RsaKeyElement()

    Declaration
    public RsaKeyElement()

    Fields

    ExponentAttributeName

    Name of the attribute representing Exponent property.

    Declaration
    public const string ExponentAttributeName = "exponent"
    Field Value
    Type Description
    string

    KidAttributeName

    Name of the attribute representing Key Identifier property.

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

    ModulusAttributeName

    Name of the attribute representing Modulus property.

    Declaration
    public const string ModulusAttributeName = "modulus"
    Field Value
    Type Description
    string

    Properties

    Exponent

    Gets or sets the Base64-encoded Exponent parameter for the RSA algorithm.

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

    Kid

    Gets or sets the key unique identifier (optional).

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

    Modulus

    Gets or sets the Base64-encoded Modulus parameter for the RSA algorithm.

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