Show / Hide Table of Contents

Class GetEnveloppeWithCookiesArgs

Inheritance
System.Object
BaseArgs
BaseAuthenticateArgs
GetEnveloppeWithCookiesArgs
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
BaseAuthenticateArgs.CryptedLicence
BaseArgs.CultureID
BaseArgs.PropertyChanged
BaseArgs.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 GetEnveloppeWithCookiesArgs : BaseAuthenticateArgs, INotifyPropertyChanged

Properties

AutorizedExtension

Declaration
public string[] AutorizedExtension { get; set; }
Property Value
Type Description
System.String[]

CallBackParameters

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

CryptedHandShakeID

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

CryptedTFAContact

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

Destination

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

MaxExpirationDelais

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

MaxOpenTime

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

NotifyWhenRead

Declaration
public bool NotifyWhenRead { get; set; }
Property Value
Type Description
System.Boolean

ReplyToAPI

Declaration
public bool ReplyToAPI { get; set; }
Property Value
Type Description
System.Boolean

Serial

Declaration
public Guid Serial { get; set; }
Property Value
Type Description
System.Guid

Subject

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

TFA

Declaration
public TFAMode TFA { get; set; }
Property Value
Type Description
TFAMode

Implements

System.ComponentModel.INotifyPropertyChanged

Extension Methods

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