WSTrustChannelFactory.WSTrustRequestSerializer 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 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.