Class BaseAuthenticateArgs
Inheritance
System.Object
    
    BaseAuthenticateArgs
      
      
      
  Implements
System.ComponentModel.INotifyPropertyChanged
  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.SecureExchanges
Assembly: SecureExchangesSDK.dll
Syntax
[Serializable]
public class BaseAuthenticateArgs : BaseArgs, INotifyPropertyChanged
  Properties
CryptedLicence
Declaration
public CookieStoreInfo CryptedLicence { get; set; }
  Property Value
| Type | Description | 
|---|---|
| CookieStoreInfo | 
Implements
      System.ComponentModel.INotifyPropertyChanged