System.ServiceModel.Security.WSTrustDec2005
namespace System.ServiceModel.Security
{
internal class WSTrustDec2005 : WSTrustFeb2005
{
public class DriverDec2005 : DriverFeb2005
{
public DriverDec2005(SecurityStandardsManager standardsManager);
public virtual XmlElement CreateKeyWrapAlgorithmElement(string keyWrapAlgorithm);
}
public WSTrustDec2005(WSSecurityTokenSerializer tokenSerializer);
}
}