Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Informação de tipo
| Recurso | Arquivo |
|---|---|
| Tipo base | xs:string |
| Namespace | http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Administration |
| Arquivo de esquema | schema_Microsoft.Office.Server.Search.Administration.xsd |
Definição
<xs:simpleType name="FederationAuthType">
<xs:restriction base="xs:string">
<xs:enumeration value="Anonymous" />
<xs:enumeration value="LocalNTAuth" />
<xs:enumeration value="SingleAccountBasicAuth" />
<xs:enumeration value="SingleAccountFormsAuthentication" />
<xs:enumeration value="SingleAccountCookie" />
<xs:enumeration value="ApplicationPoolIdentity" />
<xs:enumeration value="Kerberos" />
<xs:enumeration value="PerUserFormsAuthentication" />
<xs:enumeration value="PerUserCookie" />
<xs:enumeration value="SSO" />
<xs:enumeration value="SingleAccountNTLM" />
<xs:enumeration value="PerUserNTLM" />
<xs:enumeration value="SingleAccountDigest" />
<xs:enumeration value="PerUserDigest" />
<xs:enumeration value="PerUserBasicAuth" />
<xs:enumeration value="Custom" />
<xs:enumeration value="PerUserCustom" />
</xs:restriction>
</xs:simpleType>
Valores de enumeração
| Valor | Descrição |
|---|---|
| Anônimo |
|
| LocalNTAuth |
|
| SingleAccountBasicAuth |
|
| SingleAccountFormsAuthentication |
|
| SingleAccountCookie |
|
| ApplicationPoolIdentity |
|
| Kerberos |
7 |
| PerUserFormsAuthentication |
8 |
| PerUserCookie |
9 |
| SSO |
10 |
| SingleAccountNTLM |
11 |
| PerUserNTLM |
12 |
| SingleAccountDigest |
13 |
| PerUserDigest |
14 |
| PerUserBasicAuth |
15 |
| Personalizado |
16 |
| PerUserCustom |
17 |