PartnerAuthorization Class

Definition

The partner authorization details.

public class PartnerAuthorization
type PartnerAuthorization = class
Public Class PartnerAuthorization
Inheritance
PartnerAuthorization

Constructors

PartnerAuthorization()

Initializes a new instance of the PartnerAuthorization class.

PartnerAuthorization(Nullable<Int32>, IList<Partner>)

Initializes a new instance of the PartnerAuthorization class.

Properties

AuthorizedPartnersList

Gets or sets the list of authorized partners.

DefaultMaximumExpirationTimeInDays

Gets or sets time used to validate the authorization expiration time for each authorized partner. If DefaultMaximumExpirationTimeInDays is not specified, the default is 7 days. Otherwise, allowed values are between 1 and 365 days.

Applies to