System.IdentityModel.Security.WSTrust
namespace System.IdentityModel.Security
{
internal class WSTrust : SecurityTokenSerializer.SerializerEntries
{
public TrustDictionary SerializerDictionary { get; }
public WSTrust(KeyInfoSerializer securityTokenSerializer, TrustDictionary serializerDictionary);
protected static bool CheckElement(XmlElement element, string name, string ns, out string value);
}
}