WSTrustChannel.WSTrustSerializationContext 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 WSTrustSerializationContext that the channel uses for serializing WS-Trust messages.
public: property System::IdentityModel::Protocols::WSTrust::WSTrustSerializationContext ^ WSTrustSerializationContext { public:
System::IdentityModel::Protocols::WSTrust::WSTrustSerializationContext ^ get(); protected:
void set(System::IdentityModel::Protocols::WSTrust::WSTrustSerializationContext ^ value); };
public System.IdentityModel.Protocols.WSTrust.WSTrustSerializationContext WSTrustSerializationContext { get; protected set; }
member this.WSTrustSerializationContext : System.IdentityModel.Protocols.WSTrust.WSTrustSerializationContext with get, set
Public Property WSTrustSerializationContext As WSTrustSerializationContext
Property Value
The WSTrustSerializationContext used by the channel.
Remarks
The set accessor is protected.
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.