Show / Hide Table of Contents

    Class AzureSharedAccessSignature

    Represents the shared access signature URI credential used for client or service authentication with Windows Azure Service Bus.

    Inheritance
    Object
    AzureSharedAccessSignature
    Implements
    IValidator
    IEquatable<AzureSharedAccessSignature>
    IExtensibleDataObject
    Inherited Members
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Nevatech.Vsb.Repository.Entities
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    public sealed class AzureSharedAccessSignature : IValidator, IEquatable<AzureSharedAccessSignature>, IExtensibleDataObject

    Constructors

    AzureSharedAccessSignature()

    Initializes an empty instance.

    Declaration
    public AzureSharedAccessSignature()

    AzureSharedAccessSignature(AzureSharedAccessSignature)

    Initializes new instance from provided signature.

    Declaration
    public AzureSharedAccessSignature(AzureSharedAccessSignature signature)
    Parameters
    Type Name Description
    AzureSharedAccessSignature signature

    An existing instance to be initialized from.

    Properties

    ErrorMessage

    Gets the summary of validation errors.

    Declaration
    public string ErrorMessage { get; }
    Property Value
    Type Description
    String

    ExtensionData

    Gets or sets ExtensionDataObject that enables serialization roundtrips.

    Declaration
    public ExtensionDataObject ExtensionData { get; set; }
    Property Value
    Type Description
    ExtensionDataObject

    KeyName

    Gets or sets the key name.

    Declaration
    public string KeyName { get; set; }
    Property Value
    Type Description
    String

    SharedAccessKey

    Gets or sets the shared access key.

    Declaration
    public string SharedAccessKey { get; set; }
    Property Value
    Type Description
    String

    Methods

    Equals(AzureSharedAccessSignature)

    Determines whether the specified object is equal to the current object.

    Declaration
    public bool Equals(AzureSharedAccessSignature other)
    Parameters
    Type Name Description
    AzureSharedAccessSignature other

    The objects to compare with the current object.

    Returns
    Type Description
    Boolean

    True, if objects are equal. False, if objects are not equal.

    Equals(Object)

    Determines whether the specified object is equal to the current object.

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    Object obj

    The object to compare with the current object.

    Returns
    Type Description
    Boolean

    True, if objects are equal. False, if objects are not equal.

    Overrides
    Object.Equals(Object)

    GetHashCode()

    Returns the hash code for this instance.

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    Int32

    Hash code of the current instance.

    Overrides
    Object.GetHashCode()

    ToString()

    Returns friendly description of the instance.

    Declaration
    public override string ToString()
    Returns
    Type Description
    String

    Friendly description of the instance.

    Overrides
    Object.ToString()

    Validate()

    Evaluates the state of this object.

    Declaration
    public bool Validate()
    Returns
    Type Description
    Boolean

    True if state is valid; otherwise, false.

    Implements

    IValidator
    System.IEquatable<T>
    System.Runtime.Serialization.IExtensibleDataObject
    Back to top Nevatech Sentinet 6.5 Online Documentation