2.2.4.22 t:ConnectingSIDType Complex Type

The ConnectingSIDType complex type specifies the account to use for impersonation.

 <xs:complexType name="ConnectingSIDType">
   <xs:choice>
     <xs:element name="PrincipalName"
       type="t:PrincipalNameType"
      />
     <xs:element name="SID"
       type="t:SIDType"
      />
     <xs:element name="PrimarySmtpAddress"
       type="t:PrimarySmtpAddressType"
      />
     <xs:element name="SmtpAddress"
       type="t:SmtpAddressType"
      />
   </xs:choice>
 </xs:complexType>
  

The following table lists the child elements of the ConnectingSIDType complex type.

Element name

Type

Description

PrincipalName

t:PrincipalNameType (section 2.2.4.57)

Specifies the user principal name (UPN) for the account to use for impersonation.

SID

t:SIDType (section 2.2.4.68)

Specifies the security descriptor definition language (SDDL) form of the security identifier (SID) for the account to be used for impersonation.

PrimarySmtpAddress

t:PrimarySmtpAddressType (section 2.2.4.56)

Specifies the primary SMTP address of the account to be used for impersonation.

SmtpAddress

t:SmtpAddressType (section 2.2.4.70)

Specifies an SMTP address of the account to be used for impersonation.

Only one of the elements specified in the ConnectingSIDType complex type MUST be present in an impersonation request.