WSTrustChannelFactory.WSTrustResponseSerializer Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the WSTrustResponseSerializer used for serializing wst:RequestSecurityTokensResponse messages.
public:
property System::IdentityModel::Protocols::WSTrust::WSTrustResponseSerializer ^ WSTrustResponseSerializer { System::IdentityModel::Protocols::WSTrust::WSTrustResponseSerializer ^ get(); void set(System::IdentityModel::Protocols::WSTrust::WSTrustResponseSerializer ^ value); };
public System.IdentityModel.Protocols.WSTrust.WSTrustResponseSerializer WSTrustResponseSerializer { get; set; }
member this.WSTrustResponseSerializer : System.IdentityModel.Protocols.WSTrust.WSTrustResponseSerializer with get, set
Public Property WSTrustResponseSerializer As WSTrustResponseSerializer
Property Value
The WSTrustResponseSerializer object.
Remarks
If this property is not set, either a WSTrust13ResponseSerializer object or a WSTrustFeb2005ResponseSerializer object will be used. The serializer that is used will correspond to the version of WS-Trust indicated by the TrustVersion property.
You cannot change the value of this property after a channel has been created.