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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.