Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class GetSerialInfoResponse

    This is the response of the GetSerialInfo call. Will give you some basic informations about the serial number

    Inheritance
    object
    GetSerialInfoResponse
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: SecureExchangesSDK.Models.Answer
    Assembly: SecureExchangesSDK.dll
    Syntax
    public class GetSerialInfoResponse

    Properties

    ContextualKeys

    Represent the list of contextual keys

    Declaration
    public List<ContextualKey> ContextualKeys { get; set; }
    Property Value
    Type Description
    List<ContextualKey>

    CultureID

    The culture id of the user

    Declaration
    public string CultureID { get; set; }
    Property Value
    Type Description
    string

    DefaultSMSCountry

    The default SMS country specifyed by the user

    Declaration
    public string DefaultSMSCountry { get; set; }
    Property Value
    Type Description
    string

    DomainRules

    That will represent the domain rules in the organisation of the serial requested. Thoses rules are there to specify wich behavior need to be adopted with a domain.

    Declaration
    public List<BaseDomainRules> DomainRules { get; set; }
    Property Value
    Type Description
    List<BaseDomainRules>

    LicenceAutorisation

    That represent the LicenceAutorisaction, that property will also englobe the PlanPermission

    Declaration
    public LicenceAutorisation LicenceAutorisation { get; set; }
    Property Value
    Type Description
    LicenceAutorisation

    NbBusinessMessage

    The number of business message left

    Declaration
    public int NbBusinessMessage { get; set; }
    Property Value
    Type Description
    int

    NbTotalMessage

    The number total of message left

    Declaration
    public int NbTotalMessage { get; set; }
    Property Value
    Type Description
    int

    NbUserMessage

    The number of message left

    Declaration
    public int NbUserMessage { get; set; }
    Property Value
    Type Description
    int

    PasswordPolicySuggestion

    That is the password policy suggestion provided by the organisation

    Declaration
    public BusinessPasswordSuggestionPolicy PasswordPolicySuggestion { get; set; }
    Property Value
    Type Description
    BusinessPasswordSuggestionPolicy

    Permission

    The permission of the serial number

    Declaration
    public SerialTypePermission Permission { get; set; }
    Property Value
    Type Description
    SerialTypePermission

    PlanPermission

    That represent the Permission of a specific lience

    Declaration
    public PlanPermission PlanPermission { get; set; }
    Property Value
    Type Description
    PlanPermission

    PurchaseDate

    Date of serial creation

    Declaration
    public DateTime PurchaseDate { get; set; }
    Property Value
    Type Description
    DateTime

    SigningMarks

    Represent the list of user signing marks

    Declaration
    public List<UserSigningMark> SigningMarks { get; set; }
    Property Value
    Type Description
    List<UserSigningMark>

    UserTimeZone

    The time zone specify by the user

    Declaration
    public TimeZoneInfo UserTimeZone { get; set; }
    Property Value
    Type Description
    TimeZoneInfo

    Extension Methods

    ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
    In this article
    Back to top Secure Exchanges Inc. - Documentation