FormsAuthenticationLoginInfo.AuthenticationServiceUrl - Propriété
Obtient ou définit l'objet Uri qui représente l'URL du service Web d'authentification.
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.Runtime (dans Microsoft.SharePoint.Client.Runtime.dll)
Syntaxe
'Déclaration
Public Property AuthenticationServiceUrl As Uri
Get
Set
'Utilisation
Dim instance As FormsAuthenticationLoginInfo
Dim value As Uri
value = instance.AuthenticationServiceUrl
instance.AuthenticationServiceUrl = value
public Uri AuthenticationServiceUrl { get; set; }
Valeur de propriété
Type : System.Uri
L'URL du service Web d'authentification.
Voir aussi
Référence
FormsAuthenticationLoginInfo classe