SPExternalAppPrincipalCreationParameters.TrustedForDelegation property
取得或設定應用程式主體是否受信任可以委派。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property TrustedForDelegation As Boolean
Get
Set
'用途
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如果應用程式主體受信任可以委派,否則false。
請參閱
參照
SPExternalAppPrincipalCreationParameters class