Expand Minimize

SPExternalAppPrincipalCreationParameters_Client Transformation

Mappings for SharePoint class Microsoft.SharePoint.SPExternalAppPrincipalCreationParameters_Client

Type Mapping

Constructors

Properties

SSOM System.String get_AppIdentifier()
CSOM String ExternalAppPrincipalCreationParameters.get_AppIdentifier()
SSOM System.Collections.Generic.List`1<System.String> get_ApplicationEndpointAuthorities()
CSOM IList ExternalAppPrincipalCreationParameters.get_ApplicationEndpointAuthorities()
SSOM Microsoft.SharePoint.SPAppPrincipalCredential get_Credential()
CSOM AppPrincipalCredential ExternalAppPrincipalCreationParameters.get_Credential()
SSOM System.String get_DisplayName()
CSOM String ExternalAppPrincipalCreationParameters.get_DisplayName()
SSOM System.Collections.Generic.List`1<System.Uri> get_RedirectAddresses()
CSOM IList ExternalAppPrincipalCreationParameters.get_RedirectAddresses()
SSOM System.Boolean get_TrustedForDelegation()
CSOM Boolean ExternalAppPrincipalCreationParameters.get_TrustedForDelegation()
SSOM System.Void set_AppIdentifier(System.String)
CSOM ExternalAppPrincipalCreationParameters.set_AppIdentifier(String)
SSOM System.Void set_ApplicationEndpointAuthorities(System.Collections.Generic.List`1<System.String>)
CSOM ExternalAppPrincipalCreationParameters.set_ApplicationEndpointAuthorities(IList)
SSOM System.Void set_Credential(Microsoft.SharePoint.SPAppPrincipalCredential)
CSOM ExternalAppPrincipalCreationParameters.set_Credential(AppPrincipalCredential)
SSOM System.Void set_DisplayName(System.String)
CSOM ExternalAppPrincipalCreationParameters.set_DisplayName(String)
SSOM System.Void set_RedirectAddresses(System.Collections.Generic.List`1<System.Uri>)
CSOM ExternalAppPrincipalCreationParameters.set_RedirectAddresses(IList)
SSOM System.Void set_TrustedForDelegation(System.Boolean)
CSOM ExternalAppPrincipalCreationParameters.set_TrustedForDelegation(Boolean)

Methods

Disclaimer: The views and opinions expressed in this documentation and in SPCAF do not necessarily reflect the opinions and recommendations of Microsoft or any member of Microsoft. SPCAF and RENCORE are registered trademarks of Rencore. All other trademarks, service marks, collective marks, copyrights, registered names, and marks used or cited by this documentation are the property of their respective owners.