FormsCredentials.SecurePairs property
Obtém ou define os valores de entrada para a página de logon de autenticação de formulários, armazenadas como texto criptografado.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Property SecurePairs As Dictionary(Of String, SecureString)
Get
Set
'Uso
Dim instance As FormsCredentials
Dim value As Dictionary(Of String, SecureString)
value = instance.SecurePairs
instance.SecurePairs = value
public Dictionary<string, SecureString> SecurePairs { get; set; }
Property value
Type: System.Collections.Generic.Dictionary<String, SecureString>
Um dicionário de valores que representam a entrada de logon.