Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the external app principal identity provider.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Shared Function GetExternal ( _
Context As ClientRuntimeContext _
) As AppPrincipalIdentityProvider
'Usage
Dim Context As ClientRuntimeContext
Dim returnValue As AppPrincipalIdentityProvider
returnValue = AppPrincipalIdentityProvider.GetExternal(Context)
public static AppPrincipalIdentityProvider GetExternal(
ClientRuntimeContext Context
)
Parameters
Context
Type: Microsoft.SharePoint.Client.ClientRuntimeContextThe runtime context.
Return value
Type: Microsoft.SharePoint.Client.AppPrincipalIdentityProvider
The external app principal identity provider.
See also
Reference
AppPrincipalIdentityProvider class