Partager via


ClientRuntimeContext.AuthenticationMode - Propriété

Obtient ou définit le mode d'authentification pour le contexte client.

Espace de noms :  Microsoft.SharePoint.Client
Assembly :  Microsoft.SharePoint.Client.Runtime (dans Microsoft.SharePoint.Client.Runtime.dll)

Syntaxe

'Déclaration
Public Property AuthenticationMode As ClientAuthenticationMode
    Get
    Set
'Utilisation
Dim instance As ClientRuntimeContext
Dim value As ClientAuthenticationMode

value = instance.AuthenticationMode

instance.AuthenticationMode = value
public ClientAuthenticationMode AuthenticationMode { get; set; }

Valeur de propriété

Type : Microsoft.SharePoint.Client.ClientAuthenticationMode
Le mode d'authentification du contexte client.

Voir aussi

Référence

ClientRuntimeContext classe

ClientRuntimeContext - Membres

Microsoft.SharePoint.Client - Espace de noms