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

Usage

Visual Basic
Dim instance As SecurityTokenServiceConfiguration
Dim value As WSTrustFeb2005ResponseSerializer

value = instance.WSTrustFeb2005ResponseSerializer

instance.WSTrustFeb2005ResponseSerializer = value

Syntax

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

/** @property */
public void set_WSTrustFeb2005ResponseSerializer (WSTrustFeb2005ResponseSerializer value)
JScript
public function get WSTrustFeb2005ResponseSerializer () : WSTrustFeb2005ResponseSerializer

public function set WSTrustFeb2005ResponseSerializer (value : WSTrustFeb2005ResponseSerializer)

Property Value

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

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