AppPrincipalConfiguration members
The configuration associated with an app principal.
The AppPrincipalConfiguration type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AppPrincipalConfiguration | Initializes a new instance of the AppPrincipalConfiguration class. |
Top
Properties
Name | Description | |
---|---|---|
ApplicationEndpointAuthorities | Gets the list of endpoint authorities exposed by the principal. | |
ApplicationPrincipalNames | Gets or sets the list of names for the principal. | |
NameIdentifier | Gets the name identifier of the principal. | |
RedirectAddresses | Gets the list of redirect addresses for the principal. | |
TypeId | Gets the type identifier of the principal. (Overrides ClientValueObject.TypeId.) |
Top
Methods
Name | Description | |
---|---|---|
CustomFromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
CustomWriteToXml | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
FromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
InitOnePropertyFromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.InitOnePropertyFromJson(String, JsonReader).) | |
ToString | (Inherited from Object.) | |
WriteToXml | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.WriteToXml(XmlWriter, SerializationContext).) |
Top