Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Type information
Resource | File |
---|---|
Base type | xs:string |
Namespace | http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Administration |
Schema file | schema_Microsoft.Office.Server.Search.Administration.xsd |
Definition
<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>
Enumeration values
Value | Description |
---|---|
Anonymous |
|
LocalNTAuth |
|
SingleAccountBasicAuth |
|
SingleAccountFormsAuthentication |
|
SingleAccountCookie |
|
ApplicationPoolIdentity |
|
Kerberos |
7 |
PerUserFormsAuthentication |
8 |
PerUserCookie |
9 |
SSO |
10 |
SingleAccountNTLM |
11 |
PerUserNTLM |
12 |
SingleAccountDigest |
13 |
PerUserDigest |
14 |
PerUserBasicAuth |
15 |
Custom |
16 |
PerUserCustom |
17 |