Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class BaseSECryptedObject

    Contains a crypted object value and its type

    Inheritance
    object
    BaseSECryptedObject
    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
    public class BaseSECryptedObject

    Properties

    ObjectType

    Crypted Object Value

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

    Value

    Crypted Object Value

    Declaration
    public string Value { 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