WSTrustChannel.TrustVersion Propriedade

Definição

Obtém ou define a versão do WS-Trust que esse canal usa para serializar objetos Message.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

Valor da propriedade

TrustVersion

O TrustVersion (URI) usado pelo canal.The TrustVersion (URI) used by the channel.

Comentários

O acessador set está protegido.The set accessor is protected.

Aplica-se a