WSTrustChannelFactory.WSTrustRequestSerializer Property

Definition

Gets or sets the WSTrustRequestSerializer used for serializing wst:RequestSecurityToken messages.

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

Property Value

The WSTrustRequestSerializer object.

Remarks

If this property is not set, either a WSTrust13RequestSerializer object or a WSTrustFeb2005RequestSerializer 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.

Applies to