WSTrustChannel.TrustVersion 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 version of WS-Trust this channel uses for serializing Message objects.
public: property System::ServiceModel::Security::TrustVersion ^ TrustVersion { public:
System::ServiceModel::Security::TrustVersion ^ get(); protected:
void set(System::ServiceModel::Security::TrustVersion ^ value); };
public System.ServiceModel.Security.TrustVersion TrustVersion { get; protected set; }
member this.TrustVersion : System.ServiceModel.Security.TrustVersion with get, set
Public Property TrustVersion As TrustVersion
Property Value
The TrustVersion (URI) 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.