ExternalAppPrincipalCreationParameters.TrustedForDelegation 屬性
取得或設定是否的應用程式的本金為受信任的委派。
命名空間: Microsoft.SharePoint.Client
組件: Microsoft.SharePoint.Client (在 Microsoft.SharePoint.Client.dll 中)
語法
'宣告
Public Property TrustedForDelegation As Boolean
Get
Set
'用途
Dim instance As ExternalAppPrincipalCreationParameters
Dim value As Boolean
value = instance.TrustedForDelegation
instance.TrustedForDelegation = value
public bool TrustedForDelegation { get; set; }
屬性值
類型:System.Boolean
true應用程式原則的委派,否則false信任時。
請參閱
參照
ExternalAppPrincipalCreationParameters 類別