ExternalAppPrincipalCreationParameters.Credential 屬性
取得或設定與主要新的應用程式的認證。
命名空間: Microsoft.SharePoint.Client
組件: Microsoft.SharePoint.Client (在 Microsoft.SharePoint.Client.dll 中)
語法
'宣告
Public Property Credential As AppPrincipalCredential
Get
Set
'用途
Dim instance As ExternalAppPrincipalCreationParameters
Dim value As AppPrincipalCredential
value = instance.Credential
instance.Credential = value
public AppPrincipalCredential Credential { get; set; }
屬性值
類型:Microsoft.SharePoint.Client.AppPrincipalCredential
建立新的應用程式原則的關聯認證。
請參閱
參照
ExternalAppPrincipalCreationParameters 類別