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
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property TrustedForDelegation As Boolean
Get
Set
'Usage
Dim instance As SPExternalAppPrincipalCreationParameters
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
SPExternalAppPrincipalCreationParameters class