AppPrincipal.EndpointAuthorities property

Gets the endpoint authorities of the app principal.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public ReadOnly Property EndpointAuthorities As IEnumerable(Of String)
    Get
'Usage
Dim instance As AppPrincipal
Dim value As IEnumerable(Of String)

value = instance.EndpointAuthorities
public IEnumerable<string> EndpointAuthorities { get; }

Property value

Type: System.Collections.Generic.IEnumerable<String>
The endpoint authorities.

See also

Reference

AppPrincipal class

AppPrincipal members

Microsoft.SharePoint.Client namespace