Vanara/UnitTests/PInvoke/CredUI/CredUITests.cs

47 lines
860 B
C#

namespace Vanara.PInvoke.Tests;
//[TestFixture()]
public class CredUITests
{
// TODO: [Test]
public void CredPackAuthenticationBufferTest()
{
throw new NotImplementedException();
}
// TODO: [Test]
public void CredUIConfirmCredentialsTest()
{
throw new NotImplementedException();
}
// TODO: [Test]
public void CredUIParseUserNameTest()
{
throw new NotImplementedException();
}
// TODO: [Test]
public void CredUIPromptForCredentialsTest()
{
throw new NotImplementedException();
}
// TODO: [Test]
public void CredUIPromptForWindowsCredentialsTest()
{
throw new NotImplementedException();
}
// TODO: [Test]
public void CredUnPackAuthenticationBufferTest()
{
throw new NotImplementedException();
}
// TODO: [Test]
public void CredUnPackAuthenticationBufferTest1()
{
throw new NotImplementedException();
}
}