SPExternalAppPrincipalCreationParameters members
Represents the object that encapsulates all parameters used to create a new external app principal.
The SPExternalAppPrincipalCreationParameters type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPExternalAppPrincipalCreationParameters | Initializes a new instance of the SPExternalAppPrincipalCreationParameters class. |
Top
Properties
Name | Description | |
---|---|---|
RedirectAddresses | Gets the list of redirect addresses. | |
SkipExternalDirectoryRegistration | Gets or sets a value indicating whether to skip creating the app in an external directory. | |
TrustedForDelegation | Gets or sets whether the app principal is trusted for delegation. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top