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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.