ExternalAppPrincipalCreationParameters.TrustedForDelegation property
Gets or sets whether the app principal is trusted for delegation.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property TrustedForDelegation As Boolean
Get
Set
'Usage
Dim instance As ExternalAppPrincipalCreationParameters
Dim value As Boolean
value = instance.TrustedForDelegation
instance.TrustedForDelegation = value
public bool TrustedForDelegation { get; set; }
Property value
Type: System.Boolean
true if the app principal is trusted for delegation, otherwise false.
See also
Reference
ExternalAppPrincipalCreationParameters class