Skip to content

Latest commit

 

History

History
76 lines (52 loc) · 2.49 KB

serializedsecuritycontext.md

File metadata and controls

76 lines (52 loc) · 2.49 KB
title manager ms.date ms.audience ms.topic ms.service ms.technology ms.localizationpriority api_name api_type ms.assetid description
SerializedSecurityContext
sethgros
09/17/2015
Developer
reference
office-online-server
ews
medium
SerializedSecurityContext
schema
a02c4fc1-ed1a-40d9-a18e-6cfdae21a690
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

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
UserSid
Represents the security descriptor definition language (SDDL) form of the user security identifier in a serialized security context SOAP header.
GroupSids
Represents a collection of Active Directory directory service group object security identifiers.
RestrictedGroupSids
Represents the group security identifier and attributes for a restricted group.
PrimarySmtpAddress
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

Name Value
Namespace
http://schemas.microsoft.com/exchange/services/2006/types
Schema Name
Types schema
Validation File
Types.xsd
Can be Empty
False

See also

Server-to-server authorization in EWS