SerializedSecurityContext
Last modified: March 16, 2009
Applies to: Exchange Server 2007 | Exchange Server 2010
The SerializedSecurityContext element is used in the Simple Object Access Protocol (SOAP) header for token serialization in server-to-server authentication. Token serialization is not supported.
<SerializedSecurityContext>
<UserSid/>
<GroupSids/>
<RestrictedGroupSids/>
<PrimarySmtpAddress/>
</SerializedSecurityContext>
SerializedSecurityContextType
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
None.
Child Elements
Element |
Description |
---|---|
Represents the security descriptor definition language (SDDL) form of the user security identifier in a serialized security context SOAP header. |
|
Represents a collection of Active Directory directory service group object security identifiers. |
|
Represents the group security identifier and attributes for a restricted group. |
|
Represents the primary Simple Mail Transfer Protocol (SMTP) address of an account to be used for server-to-server authorization. |
Parent Elements
None.
Remarks
The schema that describes this element is located in the EWS virtual directory of the computer that is running Microsoft Exchange Server 2007 that has the Client Access server (CAS) role installed.
Element Information
Namespace |
https://schemas.microsoft.com/exchange/services/2006/types |
Schema Name |
Types schema |
Validation File |
Types.xsd |
Can be Empty |
False |
See Also