ExchangeServiceBinding.SerializedSecurityContext Property

The SerializedSecurityContext property is used for token serialization in server-to-server authentication. Token serialization is not supported.

Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)

Syntax

'Declaration
Public Property SerializedSecurityContext As SerializedSecurityContextType
public SerializedSecurityContextType SerializedSecurityContext { get; set; }
public:
property SerializedSecurityContextType^ SerializedSecurityContext {
    SerializedSecurityContextType^ get ();
    void set (SerializedSecurityContextType^ value);
}
/** @property */
public SerializedSecurityContextType get_SerializedSecurityContext ()

/** @property */
public void set_SerializedSecurityContext (SerializedSecurityContextType value)
public function get SerializedSecurityContext () : SerializedSecurityContextType

public function set SerializedSecurityContext (value : SerializedSecurityContextType)

Property Value

The SerializedSecurityContext property returns a SerializedSecurityContextType object.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)