Gets or sets the WS-Trust 1.3 Response (RSTR) serializer.
Namespace: Microsoft.IdentityModel.Configuration
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim instance As SecurityTokenServiceConfiguration
Dim value As WSTrust13ResponseSerializer

value = instance.WSTrust13ResponseSerializer

instance.WSTrust13ResponseSerializer = value

Syntax

Visual Basic
Public Property WSTrust13ResponseSerializer As WSTrust13ResponseSerializer
C#
public WSTrust13ResponseSerializer WSTrust13ResponseSerializer { get; set; }
C++
public:
property WSTrust13ResponseSerializer^ WSTrust13ResponseSerializer {
		WSTrust13ResponseSerializer^ get ();
		void set (WSTrust13ResponseSerializer^ value);
}
J#
/** @property */
public WSTrust13ResponseSerializer get_WSTrust13ResponseSerializer ()

/** @property */
public void set_WSTrust13ResponseSerializer (WSTrust13ResponseSerializer value)
JScript
public function get WSTrust13ResponseSerializer () : WSTrust13ResponseSerializer

public function set WSTrust13ResponseSerializer (value : WSTrust13ResponseSerializer)

Property Value

Returns a T:Microsoft.IdentityModel.Protocols.WSTrust.WSTrust13ResponseSerializer.

Exceptions

Exception type Condition
ArgumentNullException

The provided value is null.

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 Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

See Also