WSTrustChannelFactory.WSTrustResponseSerializer Propriedade
Definição
Obtém ou define o WSTrustResponseSerializer usado para serializar mensagens wst:RequestSecurityTokensResponse.Gets or sets the WSTrustResponseSerializer used for serializing wst:RequestSecurityTokensResponse messages.
public:
property System::IdentityModel::Protocols::WSTrust::WSTrustResponseSerializer ^ WSTrustResponseSerializer { System::IdentityModel::Protocols::WSTrust::WSTrustResponseSerializer ^ get(); void set(System::IdentityModel::Protocols::WSTrust::WSTrustResponseSerializer ^ value); };
public System.IdentityModel.Protocols.WSTrust.WSTrustResponseSerializer WSTrustResponseSerializer { get; set; }
member this.WSTrustResponseSerializer : System.IdentityModel.Protocols.WSTrust.WSTrustResponseSerializer with get, set
Public Property WSTrustResponseSerializer As WSTrustResponseSerializer
Valor da propriedade
O objeto WSTrustResponseSerializer.The WSTrustResponseSerializer object.
Comentários
Se essa propriedade não for definida, um WSTrust13ResponseSerializer objeto ou um WSTrustFeb2005ResponseSerializer objeto será usado.If this property is not set, either a WSTrust13ResponseSerializer object or a WSTrustFeb2005ResponseSerializer object will be used. O serializador usado corresponderá à versão do WS-Trust indicada pela TrustVersion propriedade.The serializer that is used will correspond to the version of WS-Trust indicated by the TrustVersion property.
Você não pode alterar o valor dessa propriedade depois que um canal tiver sido criado.You cannot change the value of this property after a channel has been created.