PartnerAuthorization Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |