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
System.Object
GetSerialInfoResponse
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.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
System.Collections.Generic.List<ContextualKey>

CultureID

The culture id of the user

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

DefaultSMSCountry

The default SMS country specifyed by the user

Declaration
public string DefaultSMSCountry { get; set; }
Property Value
Type Description
System.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
System.Collections.Generic.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
System.Int32

NbTotalMessage

The number total of message left

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

NbUserMessage

The number of message left

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

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
System.DateTime

UserTimeZone

The time zone specify by the user

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

Extension Methods

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