Class GetEnveloppeWithCookiesArgs
Inheritance
System.Object
GetEnveloppeWithCookiesArgs
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()
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 |
|
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
Implements
System.ComponentModel.INotifyPropertyChanged
Extension Methods