FormsCredentials.SecurePairs, propriété (Microsoft.Office.Server.Search.Federation)
Gets or sets the input values for the forms authentication logon page, stored as encrypted text.
Espace de noms : Microsoft.Office.Server.Search.Federation
Assembly : Microsoft.Office.Server.Search (dans microsoft.office.server.search.dll)
Syntaxe
'Déclaration
Public Property SecurePairs As Dictionary(Of String, SecureString)
'Utilisation
Dim instance As FormsCredentials
Dim value As Dictionary(Of String, SecureString)
value = instance.SecurePairs
instance.SecurePairs = value
public Dictionary<string,SecureString> SecurePairs { get; set; }
Valeur de la propriété
A dictionary of System.Security.SecureString values that represent the logon input.
Voir aussi
Référence
FormsCredentials, classe
Membres FormsCredentials
Microsoft.Office.Server.Search.Federation, espace de noms