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 类