[FidoClient] Implementation of FIDO UAF Client C# API
authorJyothi Kumar Sambolu <s.jyothi@samsung.com>
Wed, 8 Feb 2017 09:58:53 +0000 (15:28 +0530)
committerJyothi Kumar Sambolu <s.jyothi@samsung.com>
Thu, 16 Feb 2017 05:00:37 +0000 (10:30 +0530)
commite4678b5872398a688789fe5ffc47dd0f187f5104
tree1dff7ac89889c7d282b78c4f8bdefb3594354500
parentda2786987f08f2692e05a2f7c40ed403365a982e
[FidoClient] Implementation of FIDO UAF Client C# API

Change-Id: I3283b9864283bb13e4361c7a97c2103c2653df49
Signed-off-by: Jyothi Kumar Sambolu <s.jyothi@samsung.com>
21 files changed:
LICENSE [new file with mode: 0755]
packaging/csapi-account-fido-client.manifest [new file with mode: 0755]
packaging/csapi-account-fido-client.spec [new file with mode: 0755]
src/Tizen.Account.FidoClient/Interop/Interop.Libc.cs [new file with mode: 0755]
src/Tizen.Account.FidoClient/Interop/Interop.Libraries.cs [new file with mode: 0755]
src/Tizen.Account.FidoClient/Interop/Interop.Uaf.Authenticator.cs [new file with mode: 0755]
src/Tizen.Account.FidoClient/Interop/Interop.Uaf.Client.cs [new file with mode: 0755]
src/Tizen.Account.FidoClient/Properties/AssemblyInfo.cs [new file with mode: 0755]
src/Tizen.Account.FidoClient/Tizen.Account.FidoClient.Net45.csproj [new file with mode: 0755]
src/Tizen.Account.FidoClient/Tizen.Account.FidoClient.Net45.project.json [new file with mode: 0644]
src/Tizen.Account.FidoClient/Tizen.Account.FidoClient.csproj [new file with mode: 0755]
src/Tizen.Account.FidoClient/Tizen.Account.FidoClient.nuspec [new file with mode: 0755]
src/Tizen.Account.FidoClient/Tizen.Account.FidoClient.project.json [new file with mode: 0755]
src/Tizen.Account.FidoClient/Tizen.Account.FidoClient.snk [new file with mode: 0755]
src/Tizen.Account.FidoClient/Tizen.Account.FidoClient/AuthenticatorInformation.cs [new file with mode: 0755]
src/Tizen.Account.FidoClient/Tizen.Account.FidoClient/ErrorFactory.cs [new file with mode: 0755]
src/Tizen.Account.FidoClient/Tizen.Account.FidoClient/UafAuthenticatorFinder.cs [new file with mode: 0755]
src/Tizen.Account.FidoClient/Tizen.Account.FidoClient/UafClient.cs [new file with mode: 0755]
src/Tizen.Account.FidoClient/Tizen.Account.FidoClient/UafEnumerations.cs [new file with mode: 0755]
src/Tizen.Account.FidoClient/Tizen.Account.FidoClient/UafMessage.cs [new file with mode: 0755]
src/Tizen.Account.FidoClient/Tizen.Account.FidoClient/UafResponse.cs [new file with mode: 0755]