Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class StoreItem

    Inheritance
    object
    StoreItem
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: SecureExchangesSDK.Models.Entity
    Assembly: SecureExchangesSDK.dll
    Syntax
    [Serializable]
    public class StoreItem

    Properties

    Base64CryptedString

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

    IsPassword

    Declaration
    public bool IsPassword { get; set; }
    Property Value
    Type Description
    bool

    Part1

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

    ReferenceID

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

    Extension Methods

    ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
    In this article
    Back to top Secure Exchanges Inc. - Documentation