ExternalAppPrincipalCreationParameters.Credential property
Gets or sets the credential to associate with the new app principal.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property Credential As AppPrincipalCredential
Get
Set
'Usage
Dim instance As ExternalAppPrincipalCreationParameters
Dim value As AppPrincipalCredential
value = instance.Credential
instance.Credential = value
public AppPrincipalCredential Credential { get; set; }
Property value
Type: Microsoft.SharePoint.Client.AppPrincipalCredential
The credential to associate with the new app principal.
See also
Reference
ExternalAppPrincipalCreationParameters class