Show / Hide Table of Contents

Class CookieStoreInfo

Inheritance
System.Object
CookieStoreInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SecureExchangesSDK.Models.Transport
Assembly: SecureExchangesSDK.dll
Syntax
public class CookieStoreInfo

Constructors

CookieStoreInfo()

Declaration
public CookieStoreInfo()

CookieStoreInfo(CookieStoreInfo)

Declaration
public CookieStoreInfo(CookieStoreInfo obj)
Parameters
Type Name Description
CookieStoreInfo obj

Properties

CreatedDate

Declaration
public DateTime CreatedDate { get; set; }
Property Value
Type Description
System.DateTime

CryptedObject

Declaration
public string CryptedObject { get; set; }
Property Value
Type Description
System.String

Version

Declaration
public int Version { get; set; }
Property Value
Type Description
System.Int32

Extension Methods

ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
In This Article
Back to top Generated by DocFX