WSTrustChannel.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 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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.