SPAppPrincipalIdentityProvider.Internal property
Gets the internal app principal identity provider.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared ReadOnly Property Internal As SPAppPrincipalIdentityProvider
Get
'Usage
Dim value As SPAppPrincipalIdentityProvider
value = SPAppPrincipalIdentityProvider.Internal
public static SPAppPrincipalIdentityProvider Internal { get; }
Property value
Type: Microsoft.SharePoint.SPAppPrincipalIdentityProvider
The internal app principal identity provider.
See also
Reference
SPAppPrincipalIdentityProvider class