FederationAuthType simpleType (SPS15XSDSearchSet2)

型情報

リソース File
基本型 xs:string
Namespace http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Administration
スキーマ ファイル schema_Microsoft.Office.Server.Search.Administration.xsd

定義

<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>

列挙値

説明
匿名
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