Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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