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
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.