Freigeben über


SecurityTokenServiceConfiguration.WSTrust13ResponseSerializer Property

Gets or sets the WS-Trust 1.3 Response (RSTR) serializer.

Namespace: Microsoft.IdentityModel.Configuration
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Verwendung

    Dim instance As SecurityTokenServiceConfiguration
Dim value As WSTrust13ResponseSerializer

value = instance.WSTrust13ResponseSerializer

instance.WSTrust13ResponseSerializer = value

Syntax

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

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

public function set WSTrust13ResponseSerializer (value : WSTrust13ResponseSerializer)

Eigenschaftenwert

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

Ausnahmen

Ausnahmetyp Bedingung
ArgumentNullException

The provided value is null.

Threadsicherheit

Beliebige öffentliche, statische (Freigegebene in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Plattformen

Entwicklungsplattformen

Windows Server 2003, Windows Vista

Target Platforms

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

Siehe auch

Referenz

SecurityTokenServiceConfiguration Class
SecurityTokenServiceConfiguration Members
Microsoft.IdentityModel.Configuration Namespace