3.3.4.1.3.3 Identification

The <Identification> complex type contains information that identifies the target user. AuthenticationMode MUST be present.

  <s:complexType name="Identification">
   <s:sequence>
     <s:element minOccurs="1" maxOccurs="1" name="AuthenticationMode" 
       type="tns:AuthenticationMode" /> 
     <s:element minOccurs="0" maxOccurs="1" name="Id" type="s:string" /> 
     <s:element minOccurs="0" maxOccurs="1" name="Email" type="s:string" /> 
     <s:element minOccurs="0" maxOccurs="1" name="ProxyAddresses"
       type="tns:ArrayOfString" /> 
   </s:sequence>
 </s:complexType>

AuthenticationMode: The authentication mode that SHOULD<5> be used by the user during bootstrapping, and is of the <AuthenticationMode> simple type as defined by the schema in section 3.3.4.1.4.1.

Id: A string containing the identification of the user. This string MUST be a SID as defined in [MS-DTYP] section 2.4.2.1.

Email: SHOULD be NULL.

ProxyAddresses: SHOULD be NULL.