Class GetEnveloppeWithCookiesArgs
Inheritance
GetEnveloppeWithCookiesArgs
Assembly: SecureExchangesSDK.dll
Syntax
[Serializable]
public class GetEnveloppeWithCookiesArgs : BaseAuthenticateArgs, INotifyPropertyChanged
Properties
AutorizedExtension
Declaration
public string[] AutorizedExtension { get; set; }
Property Value
CallBackParameters
Declaration
public string CallBackParameters { get; set; }
Property Value
CryptedHandShakeID
Declaration
public string CryptedHandShakeID { get; set; }
Property Value
Declaration
public string CryptedTFAContact { get; set; }
Property Value
Destination
Declaration
public string Destination { get; set; }
Property Value
MaxExpirationDelais
Declaration
public string MaxExpirationDelais { get; set; }
Property Value
MaxOpenTime
Declaration
public string MaxOpenTime { get; set; }
Property Value
NotifyWhenRead
Declaration
public bool NotifyWhenRead { get; set; }
Property Value
ReplyToAPI
Declaration
public bool ReplyToAPI { get; set; }
Property Value
Serial
Declaration
public Guid Serial { get; set; }
Property Value
Subject
Declaration
public string Subject { get; set; }
Property Value
TFA
Declaration
public TFAMode TFA { get; set; }
Property Value
Implements
Extension Methods