Show / Hide Table of Contents

Class CookieStoreInfo

Inheritance
System.Object
CookieStoreObject
CookieStoreInfo
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
CookieStoreObject.Version
CookieStoreObject.CryptedObject
CookieStoreObject.PropertyChanged
CookieStoreObject.RaisePropertyChanged(String)
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.SecureExchanges
Assembly: SecureExchangesSDK.dll
Syntax
[Serializable]
public class CookieStoreInfo : CookieStoreObject, INotifyPropertyChanged

Properties

CreatedDate

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

Implements

System.ComponentModel.INotifyPropertyChanged

Extension Methods

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