AccountAuthCredentials.Password, propriété (Microsoft.Office.Server.Search.Administration)
Gets or sets a string containing the password.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans microsoft.office.server.search.dll)
Syntaxe
'Déclaration
Public Property Password As String
'Utilisation
Dim instance As AccountAuthCredentials
Dim value As String
value = instance.Password
instance.Password = value
public string Password { get; set; }
Valeur de la propriété
A string representing the password.
Remarques
You can specify a password for the account credentials by using either the SecurePassword property or the Password property. The primary difference between the two properties is that you must pass a System.Security.SecureString value to the SecurePassword property, however there is no difference in how Recherche de contenu d'entreprise dans Microsoft Office SharePoint Server 2007 actually stores the specified value; they are both stored as System.Security.SecureString values.
Voir aussi
Référence
AccountAuthCredentials, classe
Membres AccountAuthCredentials
Microsoft.Office.Server.Search.Administration, espace de noms
LocationConfiguration