WSTrustChannel.WSTrustResponseSerializer Property

Definition

Gets or sets the WSTrustResponseSerializer that the channel uses for serializing WS-Trust response messages.

public:  property System::IdentityModel::Protocols::WSTrust::WSTrustResponseSerializer ^ WSTrustResponseSerializer {  public:
System::IdentityModel::Protocols::WSTrust::WSTrustResponseSerializer ^ get(); protected:
 void set(System::IdentityModel::Protocols::WSTrust::WSTrustResponseSerializer ^ value); };
public System.IdentityModel.Protocols.WSTrust.WSTrustResponseSerializer WSTrustResponseSerializer { get; protected set; }
member this.WSTrustResponseSerializer : System.IdentityModel.Protocols.WSTrust.WSTrustResponseSerializer with get, set
Public Property WSTrustResponseSerializer As WSTrustResponseSerializer

Property Value

The WSTrustResponseSerializer used by the channel.

Remarks

The set accessor is protected.

Applies to