System.ServiceModel.Security.WSSecureConversationFeb2005
namespace System.ServiceModel.Security
{
internal class WSSecureConversationFeb2005 : WSSecureConversation
{
public class DriverFeb2005 : Driver
{
public DriverFeb2005();
}
public WSSecureConversationFeb2005(WSSecurityTokenSerializer tokenSerializer, SecurityStateEncoder securityStateEncoder, IEnumerable<Type> knownTypes, int maxKeyDerivationOffset, int maxKeyDerivationLabelLength, int maxKeyDerivationNonceLength);
}
}