System.ServiceModel.Security.RequestSecurityTokenResponseCollection
namespace System.ServiceModel.Security
{
internal sealed class RequestSecurityTokenResponseCollection : BodyWriter
{
public IEnumerable<RequestSecurityTokenResponse> RstrCollection { get; }
public RequestSecurityTokenResponseCollection(IEnumerable<RequestSecurityTokenResponse> rstrCollection);
public RequestSecurityTokenResponseCollection(IEnumerable<RequestSecurityTokenResponse> rstrCollection, SecurityStandardsManager standardsManager);
public void WriteTo(XmlWriter writer);
}
}