WSTrustChannel.WSTrustSerializationContext Propriedade
Definição
Obtém ou define o WSTrustSerializationContext que o canal usa para serializar mensagens do WS-Trust.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
Valor da propriedade
O WSTrustSerializationContext usado pelo canal.The WSTrustSerializationContext used by the channel.
Comentários
O acessador set está protegido.The set accessor is protected.