VMware.vSphere.SsoAdmin

1.3.1

PowerShell Module for Managing VMware vSphere SSO Admin functionality.

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name VMware.vSphere.SsoAdmin -RequiredVersion 1.3.1

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name VMware.vSphere.SsoAdmin -Version 1.3.1

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

Copyright (c) VMware, Inc. All rights reserved.

Package Details

FileList

  • VMware.vSphere.SsoAdmin.nuspec
  • Connect.ps1
  • Group.ps1
  • IdentitySource.ps1
  • LockoutPolicy.ps1
  • PasswordPolicy.ps1
  • PersonUser.ps1
  • README.md
  • TokenLifetime.ps1
  • VMware.vSphere.SsoAdmin.psd1
  • VMware.vSphere.SsoAdmin.psm1
  • net45\VMware.vSphere.LsClient.dll
  • net45\VMware.vSphere.SsoAdmin.Format.ps1xml
  • net45\VMware.vSphere.SsoAdmin.psd1
  • net45\VMware.vSphere.SsoAdmin.Utils.dll
  • net45\VMware.vSphere.SsoAdminClient.dll
  • netcoreapp3.1\VMware.vSphere.LsClient.dll
  • netcoreapp3.1\VMware.vSphere.SsoAdmin.Format.ps1xml
  • netcoreapp3.1\VMware.vSphere.SsoAdmin.psd1
  • netcoreapp3.1\VMware.vSphere.SsoAdmin.Utils.dll
  • netcoreapp3.1\VMware.vSphere.SsoAdminClient.dll
  • netcoreapp3.1\VMware.vSphere.SsoAdminClient.pdb
  • src\build.ps1
  • src\test\ConnectDisconnect.Tests.ps1
  • src\test\Group.Tests.ps1
  • src\test\IdentitySource.Tests.ps1
  • src\test\LockoutPolicy.Tests.ps1
  • src\test\LsClient.Tests.ps1
  • src\test\PasswordPolicy.Tests.ps1
  • src\test\PersonUser.Tests.ps1
  • src\test\RunTests.ps1
  • src\test\TokenLifetime.Tests.ps1
  • src\VMware.vSphere.SsoAdmin.Client\Nuget.config
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Client.sln
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\LookupServiceClient.cs
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\VMware.vSphere.LsClient.csproj
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\AcceptAllX509CertificateValidator.cs
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\StringToSecureStringArgumentTransformationAttribute.cs
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\StringToSsoAdminServerArgumentTransformationAttribute.cs
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\VMware.vSphere.SsoAdmin.Utils.csproj
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\SsoAdminClient.cs
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\UserPassSecurityContext.cs
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\VMware.vSphere.SsoAdminClient.csproj
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\IntegrationTests.cs
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\VMware.vSphere.SsoAdminClient.Tests.csproj
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\obj\project.assets.json
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\obj\project.nuget.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\obj\VMware.vSphere.LsClient.csproj.nuget.dgspec.json
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\obj\VMware.vSphere.LsClient.csproj.nuget.g.props
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\obj\VMware.vSphere.LsClient.csproj.nuget.g.targets
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\obj\project.assets.json
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\obj\project.nuget.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\obj\VMware.vSphere.SsoAdmin.Utils.csproj.nuget.dgspec.json
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\obj\VMware.vSphere.SsoAdmin.Utils.csproj.nuget.g.props
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\obj\VMware.vSphere.SsoAdmin.Utils.csproj.nuget.g.targets
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\DataTypes\ActiveDirectoryIdentitySource.cs
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\DataTypes\Group.cs
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\DataTypes\IdentitySource.cs
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\DataTypes\LocalOSIdentitySource.cs
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\DataTypes\LockoutPolicy.cs
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\DataTypes\PasswordPolicy.cs
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\DataTypes\PersonUser.cs
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\DataTypes\SsoAdminServer.cs
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\DataTypes\SystemIdentitySource.cs
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\DataTypes\TokenLifetime.cs
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\obj\project.assets.json
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\obj\project.nuget.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\obj\VMware.vSphere.SsoAdminClient.csproj.nuget.dgspec.json
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\obj\VMware.vSphere.SsoAdminClient.csproj.nuget.g.props
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\obj\VMware.vSphere.SsoAdminClient.csproj.nuget.g.targets
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\SsoAdminServiceReference\Reference.cs
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\SsoAdminServiceReference\ServiceRerference.cs
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\obj\project.assets.json
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\obj\project.nuget.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\obj\VMware.vSphere.SsoAdminClient.Tests.csproj.nuget.dgspec.json
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\obj\VMware.vSphere.SsoAdminClient.Tests.csproj.nuget.g.props
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\obj\VMware.vSphere.SsoAdminClient.Tests.csproj.nuget.g.targets
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\Connected Services\LookupServiceReference\ConnectedService.json
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\Connected Services\LookupServiceReference\Reference.cs
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\bin\Debug\net45\VMware.vSphere.LsClient.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\bin\Debug\net45\VMware.vSphere.LsClient.pdb
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\bin\Debug\netcoreapp2.0\VMware.vSphere.LsClient.deps.json
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\bin\Debug\netcoreapp2.0\VMware.vSphere.LsClient.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\bin\Debug\netcoreapp2.0\VMware.vSphere.LsClient.pdb
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\bin\Debug\netcoreapp3.1\VMware.vSphere.LsClient.deps.json
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\bin\Debug\netcoreapp3.1\VMware.vSphere.LsClient.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\bin\Debug\netcoreapp3.1\VMware.vSphere.LsClient.pdb
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\bin\Release\net45\VMware.vSphere.LsClient.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\bin\Release\net45\VMware.vSphere.LsClient.pdb
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\bin\Release\netcoreapp2.0\VMware.vSphere.LsClient.deps.json
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\bin\Release\netcoreapp2.0\VMware.vSphere.LsClient.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\bin\Release\netcoreapp2.0\VMware.vSphere.LsClient.pdb
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\bin\Release\netcoreapp3.1\VMware.vSphere.LsClient.deps.json
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\bin\Release\netcoreapp3.1\VMware.vSphere.LsClient.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\bin\Release\netcoreapp3.1\VMware.vSphere.LsClient.pdb
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\obj\Debug\net45\.NETFramework,Version=v4.5.AssemblyAttributes.cs
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\obj\Debug\net45\VMware.vSphere.LsClient.AssemblyInfo.cs
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\obj\Debug\net45\VMware.vSphere.LsClient.AssemblyInfoInputs.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\obj\Debug\net45\VMware.vSphere.LsClient.assets.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\obj\Debug\net45\VMware.vSphere.LsClient.csproj.CoreCompileInputs.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\obj\Debug\net45\VMware.vSphere.LsClient.csproj.FileListAbsolute.txt
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\obj\Debug\net45\VMware.vSphere.LsClient.csprojAssemblyReference.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\obj\Debug\net45\VMware.vSphere.LsClient.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\obj\Debug\net45\VMware.vSphere.LsClient.pdb
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\obj\Debug\netcoreapp2.0\.NETCoreApp,Version=v2.0.AssemblyAttributes.cs
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\obj\Debug\netcoreapp2.0\VMware.vSphere.LsClient.AssemblyInfo.cs
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\obj\Debug\netcoreapp2.0\VMware.vSphere.LsClient.AssemblyInfoInputs.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\obj\Debug\netcoreapp2.0\VMware.vSphere.LsClient.assets.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\obj\Debug\netcoreapp2.0\VMware.vSphere.LsClient.csproj.CoreCompileInputs.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\obj\Debug\netcoreapp2.0\VMware.vSphere.LsClient.csproj.FileListAbsolute.txt
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\obj\Debug\netcoreapp2.0\VMware.vSphere.LsClient.csprojAssemblyReference.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\obj\Debug\netcoreapp2.0\VMware.vSphere.LsClient.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\obj\Debug\netcoreapp2.0\VMware.vSphere.LsClient.pdb
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\obj\Debug\netcoreapp3.1\.NETCoreApp,Version=v3.1.AssemblyAttributes.cs
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\obj\Debug\netcoreapp3.1\VMware.vSphere.LsClient.AssemblyInfo.cs
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\obj\Debug\netcoreapp3.1\VMware.vSphere.LsClient.AssemblyInfoInputs.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\obj\Debug\netcoreapp3.1\VMware.vSphere.LsClient.assets.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\obj\Debug\netcoreapp3.1\VMware.vSphere.LsClient.csproj.CoreCompileInputs.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\obj\Debug\netcoreapp3.1\VMware.vSphere.LsClient.csproj.FileListAbsolute.txt
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\obj\Debug\netcoreapp3.1\VMware.vSphere.LsClient.csprojAssemblyReference.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\obj\Debug\netcoreapp3.1\VMware.vSphere.LsClient.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\obj\Debug\netcoreapp3.1\VMware.vSphere.LsClient.pdb
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\obj\Release\net45\.NETFramework,Version=v4.5.AssemblyAttributes.cs
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\obj\Release\net45\VMware.vSphere.LsClient.AssemblyInfo.cs
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\obj\Release\net45\VMware.vSphere.LsClient.AssemblyInfoInputs.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\obj\Release\net45\VMware.vSphere.LsClient.assets.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\obj\Release\net45\VMware.vSphere.LsClient.csproj.CoreCompileInputs.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\obj\Release\net45\VMware.vSphere.LsClient.csproj.FileListAbsolute.txt
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\obj\Release\net45\VMware.vSphere.LsClient.csprojAssemblyReference.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\obj\Release\net45\VMware.vSphere.LsClient.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\obj\Release\net45\VMware.vSphere.LsClient.pdb
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\obj\Release\netcoreapp2.0\.NETCoreApp,Version=v2.0.AssemblyAttributes.cs
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\obj\Release\netcoreapp2.0\VMware.vSphere.LsClient.AssemblyInfo.cs
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\obj\Release\netcoreapp2.0\VMware.vSphere.LsClient.AssemblyInfoInputs.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\obj\Release\netcoreapp2.0\VMware.vSphere.LsClient.assets.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\obj\Release\netcoreapp2.0\VMware.vSphere.LsClient.csproj.CoreCompileInputs.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\obj\Release\netcoreapp2.0\VMware.vSphere.LsClient.csproj.FileListAbsolute.txt
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\obj\Release\netcoreapp2.0\VMware.vSphere.LsClient.csprojAssemblyReference.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\obj\Release\netcoreapp2.0\VMware.vSphere.LsClient.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\obj\Release\netcoreapp2.0\VMware.vSphere.LsClient.pdb
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\obj\Release\netcoreapp3.1\.NETCoreApp,Version=v3.1.AssemblyAttributes.cs
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\obj\Release\netcoreapp3.1\VMware.vSphere.LsClient.AssemblyInfo.cs
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\obj\Release\netcoreapp3.1\VMware.vSphere.LsClient.AssemblyInfoInputs.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\obj\Release\netcoreapp3.1\VMware.vSphere.LsClient.assets.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\obj\Release\netcoreapp3.1\VMware.vSphere.LsClient.csproj.CoreCompileInputs.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\obj\Release\netcoreapp3.1\VMware.vSphere.LsClient.csproj.FileListAbsolute.txt
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\obj\Release\netcoreapp3.1\VMware.vSphere.LsClient.csprojAssemblyReference.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\obj\Release\netcoreapp3.1\VMware.vSphere.LsClient.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.LsClient\obj\Release\netcoreapp3.1\VMware.vSphere.LsClient.pdb
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\bin\Debug\net45\System.Management.Automation.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\bin\Debug\net45\System.Runtime.InteropServices.RuntimeInformation.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\bin\Debug\net45\VMware.Binding.Sts.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\bin\Debug\net45\VMware.Binding.WsTrust.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\bin\Debug\net45\VMware.Util.Sspi.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\bin\Debug\net45\VMware.vSphere.LsClient.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\bin\Debug\net45\VMware.vSphere.LsClient.pdb
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\bin\Debug\net45\VMware.vSphere.SsoAdmin.Utils.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\bin\Debug\net45\VMware.vSphere.SsoAdmin.Utils.pdb
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\bin\Debug\net45\VMware.vSphere.SsoAdminClient.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\bin\Debug\net45\VMware.vSphere.SsoAdminClient.pdb
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\bin\Debug\netcoreapp3.1\VMware.vSphere.LsClient.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\bin\Debug\netcoreapp3.1\VMware.vSphere.LsClient.pdb
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\bin\Debug\netcoreapp3.1\VMware.vSphere.SsoAdmin.Utils.deps.json
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\bin\Debug\netcoreapp3.1\VMware.vSphere.SsoAdmin.Utils.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\bin\Debug\netcoreapp3.1\VMware.vSphere.SsoAdmin.Utils.pdb
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\bin\Debug\netcoreapp3.1\VMware.vSphere.SsoAdminClient.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\bin\Debug\netcoreapp3.1\VMware.vSphere.SsoAdminClient.pdb
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\bin\Release\net45\System.Management.Automation.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\bin\Release\net45\System.Runtime.InteropServices.RuntimeInformation.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\bin\Release\net45\VMware.Binding.Sts.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\bin\Release\net45\VMware.Binding.WsTrust.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\bin\Release\net45\VMware.Util.Sspi.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\bin\Release\net45\VMware.vSphere.LsClient.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\bin\Release\net45\VMware.vSphere.LsClient.pdb
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\bin\Release\net45\VMware.vSphere.SsoAdmin.Utils.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\bin\Release\net45\VMware.vSphere.SsoAdmin.Utils.pdb
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\bin\Release\net45\VMware.vSphere.SsoAdminClient.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\bin\Release\net45\VMware.vSphere.SsoAdminClient.pdb
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\bin\Release\netcoreapp2.0\VMware.vSphere.LsClient.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\bin\Release\netcoreapp2.0\VMware.vSphere.LsClient.pdb
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\bin\Release\netcoreapp2.0\VMware.vSphere.SsoAdmin.Utils.deps.json
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\bin\Release\netcoreapp2.0\VMware.vSphere.SsoAdmin.Utils.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\bin\Release\netcoreapp2.0\VMware.vSphere.SsoAdmin.Utils.pdb
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\bin\Release\netcoreapp2.0\VMware.vSphere.SsoAdminClient.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\bin\Release\netcoreapp2.0\VMware.vSphere.SsoAdminClient.pdb
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\bin\Release\netcoreapp3.1\VMware.vSphere.LsClient.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\bin\Release\netcoreapp3.1\VMware.vSphere.LsClient.pdb
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\bin\Release\netcoreapp3.1\VMware.vSphere.SsoAdmin.Utils.deps.json
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\bin\Release\netcoreapp3.1\VMware.vSphere.SsoAdmin.Utils.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\bin\Release\netcoreapp3.1\VMware.vSphere.SsoAdmin.Utils.pdb
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\bin\Release\netcoreapp3.1\VMware.vSphere.SsoAdminClient.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\bin\Release\netcoreapp3.1\VMware.vSphere.SsoAdminClient.pdb
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\obj\Debug\net45\.NETFramework,Version=v4.5.AssemblyAttributes.cs
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\obj\Debug\net45\VMware.vSphere.SsoAdmin.Utils.AssemblyInfo.cs
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\obj\Debug\net45\VMware.vSphere.SsoAdmin.Utils.AssemblyInfoInputs.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\obj\Debug\net45\VMware.vSphere.SsoAdmin.Utils.assets.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\obj\Debug\net45\VMware.vSphere.SsoAdmin.Utils.csproj.CopyComplete
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\obj\Debug\net45\VMware.vSphere.SsoAdmin.Utils.csproj.CoreCompileInputs.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\obj\Debug\net45\VMware.vSphere.SsoAdmin.Utils.csproj.FileListAbsolute.txt
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\obj\Debug\net45\VMware.vSphere.SsoAdmin.Utils.csprojAssemblyReference.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\obj\Debug\net45\VMware.vSphere.SsoAdmin.Utils.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\obj\Debug\net45\VMware.vSphere.SsoAdmin.Utils.pdb
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\obj\Debug\netcoreapp2.0\.NETCoreApp,Version=v2.0.AssemblyAttributes.cs
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\obj\Debug\netcoreapp2.0\VMware.vSphere.SsoAdmin.Utils.AssemblyInfo.cs
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\obj\Debug\netcoreapp2.0\VMware.vSphere.SsoAdmin.Utils.AssemblyInfoInputs.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\obj\Debug\netcoreapp2.0\VMware.vSphere.SsoAdmin.Utils.assets.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\obj\Debug\netcoreapp2.0\VMware.vSphere.SsoAdmin.Utils.csprojAssemblyReference.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\obj\Debug\netcoreapp3.1\.NETCoreApp,Version=v3.1.AssemblyAttributes.cs
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\obj\Debug\netcoreapp3.1\VMware.vSphere.SsoAdmin.Utils.AssemblyInfo.cs
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\obj\Debug\netcoreapp3.1\VMware.vSphere.SsoAdmin.Utils.AssemblyInfoInputs.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\obj\Debug\netcoreapp3.1\VMware.vSphere.SsoAdmin.Utils.assets.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\obj\Debug\netcoreapp3.1\VMware.vSphere.SsoAdmin.Utils.csproj.CopyComplete
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\obj\Debug\netcoreapp3.1\VMware.vSphere.SsoAdmin.Utils.csproj.CoreCompileInputs.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\obj\Debug\netcoreapp3.1\VMware.vSphere.SsoAdmin.Utils.csproj.FileListAbsolute.txt
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\obj\Debug\netcoreapp3.1\VMware.vSphere.SsoAdmin.Utils.csprojAssemblyReference.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\obj\Debug\netcoreapp3.1\VMware.vSphere.SsoAdmin.Utils.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\obj\Debug\netcoreapp3.1\VMware.vSphere.SsoAdmin.Utils.pdb
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\obj\Release\net45\.NETFramework,Version=v4.5.AssemblyAttributes.cs
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\obj\Release\net45\VMware.vSphere.SsoAdmin.Utils.AssemblyInfo.cs
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\obj\Release\net45\VMware.vSphere.SsoAdmin.Utils.AssemblyInfoInputs.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\obj\Release\net45\VMware.vSphere.SsoAdmin.Utils.assets.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\obj\Release\net45\VMware.vSphere.SsoAdmin.Utils.csproj.CopyComplete
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\obj\Release\net45\VMware.vSphere.SsoAdmin.Utils.csproj.CoreCompileInputs.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\obj\Release\net45\VMware.vSphere.SsoAdmin.Utils.csproj.FileListAbsolute.txt
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\obj\Release\net45\VMware.vSphere.SsoAdmin.Utils.csprojAssemblyReference.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\obj\Release\net45\VMware.vSphere.SsoAdmin.Utils.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\obj\Release\net45\VMware.vSphere.SsoAdmin.Utils.pdb
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\obj\Release\netcoreapp2.0\.NETCoreApp,Version=v2.0.AssemblyAttributes.cs
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\obj\Release\netcoreapp2.0\VMware.vSphere.SsoAdmin.Utils.AssemblyInfo.cs
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\obj\Release\netcoreapp2.0\VMware.vSphere.SsoAdmin.Utils.AssemblyInfoInputs.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\obj\Release\netcoreapp2.0\VMware.vSphere.SsoAdmin.Utils.assets.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\obj\Release\netcoreapp2.0\VMware.vSphere.SsoAdmin.Utils.csproj.CopyComplete
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\obj\Release\netcoreapp2.0\VMware.vSphere.SsoAdmin.Utils.csproj.CoreCompileInputs.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\obj\Release\netcoreapp2.0\VMware.vSphere.SsoAdmin.Utils.csproj.FileListAbsolute.txt
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\obj\Release\netcoreapp2.0\VMware.vSphere.SsoAdmin.Utils.csprojAssemblyReference.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\obj\Release\netcoreapp2.0\VMware.vSphere.SsoAdmin.Utils.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\obj\Release\netcoreapp2.0\VMware.vSphere.SsoAdmin.Utils.pdb
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\obj\Release\netcoreapp3.1\.NETCoreApp,Version=v3.1.AssemblyAttributes.cs
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\obj\Release\netcoreapp3.1\VMware.vSphere.SsoAdmin.Utils.AssemblyInfo.cs
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\obj\Release\netcoreapp3.1\VMware.vSphere.SsoAdmin.Utils.AssemblyInfoInputs.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\obj\Release\netcoreapp3.1\VMware.vSphere.SsoAdmin.Utils.assets.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\obj\Release\netcoreapp3.1\VMware.vSphere.SsoAdmin.Utils.csproj.CopyComplete
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\obj\Release\netcoreapp3.1\VMware.vSphere.SsoAdmin.Utils.csproj.CoreCompileInputs.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\obj\Release\netcoreapp3.1\VMware.vSphere.SsoAdmin.Utils.csproj.FileListAbsolute.txt
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\obj\Release\netcoreapp3.1\VMware.vSphere.SsoAdmin.Utils.csprojAssemblyReference.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\obj\Release\netcoreapp3.1\VMware.vSphere.SsoAdmin.Utils.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\obj\Release\netcoreapp3.1\VMware.vSphere.SsoAdmin.Utils.pdb
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\bin\Debug\net45\System.Runtime.InteropServices.RuntimeInformation.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\bin\Debug\net45\VMware.Binding.Sts.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\bin\Debug\net45\VMware.Binding.WsTrust.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\bin\Debug\net45\VMware.Util.Sspi.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\bin\Debug\net45\VMware.vSphere.LsClient.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\bin\Debug\net45\VMware.vSphere.LsClient.pdb
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\bin\Debug\net45\VMware.vSphere.SsoAdminClient.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\bin\Debug\net45\VMware.vSphere.SsoAdminClient.pdb
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\bin\Debug\netcoreapp3.1\VMware.vSphere.LsClient.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\bin\Debug\netcoreapp3.1\VMware.vSphere.LsClient.pdb
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\bin\Debug\netcoreapp3.1\VMware.vSphere.SsoAdminClient.deps.json
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\bin\Debug\netcoreapp3.1\VMware.vSphere.SsoAdminClient.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\bin\Debug\netcoreapp3.1\VMware.vSphere.SsoAdminClient.pdb
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\bin\Release\net45\System.Runtime.InteropServices.RuntimeInformation.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\bin\Release\net45\VMware.Binding.Sts.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\bin\Release\net45\VMware.Binding.WsTrust.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\bin\Release\net45\VMware.Util.Sspi.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\bin\Release\net45\VMware.vSphere.LsClient.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\bin\Release\net45\VMware.vSphere.LsClient.pdb
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\bin\Release\net45\VMware.vSphere.SsoAdminClient.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\bin\Release\net45\VMware.vSphere.SsoAdminClient.pdb
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\bin\Release\netcoreapp2.0\VMware.vSphere.LsClient.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\bin\Release\netcoreapp2.0\VMware.vSphere.LsClient.pdb
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\bin\Release\netcoreapp2.0\VMware.vSphere.SsoAdminClient.deps.json
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\bin\Release\netcoreapp2.0\VMware.vSphere.SsoAdminClient.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\bin\Release\netcoreapp2.0\VMware.vSphere.SsoAdminClient.pdb
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\bin\Release\netcoreapp3.1\VMware.vSphere.LsClient.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\bin\Release\netcoreapp3.1\VMware.vSphere.LsClient.pdb
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\bin\Release\netcoreapp3.1\VMware.vSphere.SsoAdminClient.deps.json
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\bin\Release\netcoreapp3.1\VMware.vSphere.SsoAdminClient.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\bin\Release\netcoreapp3.1\VMware.vSphere.SsoAdminClient.pdb
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\obj\Debug\net45\.NETFramework,Version=v4.5.AssemblyAttributes.cs
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\obj\Debug\net45\VMware.vSphere.SsoAdminClient.AssemblyInfo.cs
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\obj\Debug\net45\VMware.vSphere.SsoAdminClient.AssemblyInfoInputs.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\obj\Debug\net45\VMware.vSphere.SsoAdminClient.assets.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\obj\Debug\net45\VMware.vSphere.SsoAdminClient.csproj.CopyComplete
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\obj\Debug\net45\VMware.vSphere.SsoAdminClient.csproj.CoreCompileInputs.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\obj\Debug\net45\VMware.vSphere.SsoAdminClient.csproj.FileListAbsolute.txt
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\obj\Debug\net45\VMware.vSphere.SsoAdminClient.csprojAssemblyReference.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\obj\Debug\net45\VMware.vSphere.SsoAdminClient.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\obj\Debug\net45\VMware.vSphere.SsoAdminClient.pdb
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\obj\Debug\netcoreapp2.0\.NETCoreApp,Version=v2.0.AssemblyAttributes.cs
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\obj\Debug\netcoreapp2.0\VMware.vSphere.SsoAdminClient.AssemblyInfo.cs
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\obj\Debug\netcoreapp2.0\VMware.vSphere.SsoAdminClient.AssemblyInfoInputs.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\obj\Debug\netcoreapp2.0\VMware.vSphere.SsoAdminClient.assets.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\obj\Debug\netcoreapp3.1\.NETCoreApp,Version=v3.1.AssemblyAttributes.cs
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\obj\Debug\netcoreapp3.1\VMware.vSphere.SsoAdminClient.AssemblyInfo.cs
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\obj\Debug\netcoreapp3.1\VMware.vSphere.SsoAdminClient.AssemblyInfoInputs.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\obj\Debug\netcoreapp3.1\VMware.vSphere.SsoAdminClient.assets.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\obj\Debug\netcoreapp3.1\VMware.vSphere.SsoAdminClient.csproj.CopyComplete
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\obj\Debug\netcoreapp3.1\VMware.vSphere.SsoAdminClient.csproj.CoreCompileInputs.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\obj\Debug\netcoreapp3.1\VMware.vSphere.SsoAdminClient.csproj.FileListAbsolute.txt
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\obj\Debug\netcoreapp3.1\VMware.vSphere.SsoAdminClient.csprojAssemblyReference.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\obj\Debug\netcoreapp3.1\VMware.vSphere.SsoAdminClient.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\obj\Debug\netcoreapp3.1\VMware.vSphere.SsoAdminClient.pdb
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\obj\Release\net45\.NETFramework,Version=v4.5.AssemblyAttributes.cs
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\obj\Release\net45\VMware.vSphere.SsoAdminClient.AssemblyInfo.cs
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\obj\Release\net45\VMware.vSphere.SsoAdminClient.AssemblyInfoInputs.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\obj\Release\net45\VMware.vSphere.SsoAdminClient.assets.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\obj\Release\net45\VMware.vSphere.SsoAdminClient.csproj.CopyComplete
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\obj\Release\net45\VMware.vSphere.SsoAdminClient.csproj.CoreCompileInputs.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\obj\Release\net45\VMware.vSphere.SsoAdminClient.csproj.FileListAbsolute.txt
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\obj\Release\net45\VMware.vSphere.SsoAdminClient.csprojAssemblyReference.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\obj\Release\net45\VMware.vSphere.SsoAdminClient.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\obj\Release\net45\VMware.vSphere.SsoAdminClient.pdb
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\obj\Release\netcoreapp2.0\.NETCoreApp,Version=v2.0.AssemblyAttributes.cs
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\obj\Release\netcoreapp2.0\VMware.vSphere.SsoAdminClient.AssemblyInfo.cs
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\obj\Release\netcoreapp2.0\VMware.vSphere.SsoAdminClient.AssemblyInfoInputs.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\obj\Release\netcoreapp2.0\VMware.vSphere.SsoAdminClient.assets.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\obj\Release\netcoreapp2.0\VMware.vSphere.SsoAdminClient.csproj.CopyComplete
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\obj\Release\netcoreapp2.0\VMware.vSphere.SsoAdminClient.csproj.CoreCompileInputs.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\obj\Release\netcoreapp2.0\VMware.vSphere.SsoAdminClient.csproj.FileListAbsolute.txt
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\obj\Release\netcoreapp2.0\VMware.vSphere.SsoAdminClient.csprojAssemblyReference.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\obj\Release\netcoreapp2.0\VMware.vSphere.SsoAdminClient.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\obj\Release\netcoreapp2.0\VMware.vSphere.SsoAdminClient.pdb
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\obj\Release\netcoreapp3.1\.NETCoreApp,Version=v3.1.AssemblyAttributes.cs
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\obj\Release\netcoreapp3.1\VMware.vSphere.SsoAdminClient.AssemblyInfo.cs
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\obj\Release\netcoreapp3.1\VMware.vSphere.SsoAdminClient.AssemblyInfoInputs.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\obj\Release\netcoreapp3.1\VMware.vSphere.SsoAdminClient.assets.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\obj\Release\netcoreapp3.1\VMware.vSphere.SsoAdminClient.csproj.CopyComplete
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\obj\Release\netcoreapp3.1\VMware.vSphere.SsoAdminClient.csproj.CoreCompileInputs.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\obj\Release\netcoreapp3.1\VMware.vSphere.SsoAdminClient.csproj.FileListAbsolute.txt
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\obj\Release\netcoreapp3.1\VMware.vSphere.SsoAdminClient.csprojAssemblyReference.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\obj\Release\netcoreapp3.1\VMware.vSphere.SsoAdminClient.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\obj\Release\netcoreapp3.1\VMware.vSphere.SsoAdminClient.pdb
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\Microsoft.DotNet.InternalAbstractions.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\Microsoft.TestPlatform.CommunicationUtilities.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\Microsoft.TestPlatform.CoreUtilities.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\Microsoft.TestPlatform.CrossPlatEngine.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\Microsoft.TestPlatform.PlatformAbstractions.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\Microsoft.TestPlatform.Utilities.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\Microsoft.VisualStudio.CodeCoverage.Shim.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\Microsoft.VisualStudio.TestPlatform.Common.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\Newtonsoft.Json.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\NuGet.Frameworks.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\nunit.engine.api.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\nunit.engine.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\nunit.framework.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\NUnit3.TestAdapter.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\NUnit3.TestAdapter.pdb
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\nunit_random_seed.tmp
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\System.Security.Cryptography.Xml.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\System.Xml.XPath.XmlDocument.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\testhost.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\VMware.Binding.Sts.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\VMware.Binding.WsTrust.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\VMware.System.Private.ServiceModel.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\VMware.Util.Sspi.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\VMware.vSphere.LsClient.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\VMware.vSphere.LsClient.pdb
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\VMware.vSphere.SsoAdmin.Utils.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\VMware.vSphere.SsoAdmin.Utils.pdb
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\VMware.vSphere.SsoAdminClient.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\VMware.vSphere.SsoAdminClient.pdb
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\VMware.vSphere.SsoAdminClient.Tests.deps.json
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\VMware.vSphere.SsoAdminClient.Tests.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\VMware.vSphere.SsoAdminClient.Tests.pdb
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\VMware.vSphere.SsoAdminClient.Tests.runtimeconfig.dev.json
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\VMware.vSphere.SsoAdminClient.Tests.runtimeconfig.json
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\Microsoft.DotNet.InternalAbstractions.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\Microsoft.TestPlatform.CommunicationUtilities.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\Microsoft.TestPlatform.CoreUtilities.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\Microsoft.TestPlatform.CrossPlatEngine.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\Microsoft.TestPlatform.PlatformAbstractions.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\Microsoft.TestPlatform.Utilities.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\Microsoft.VisualStudio.CodeCoverage.Shim.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\Microsoft.VisualStudio.TestPlatform.Common.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\Newtonsoft.Json.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\NuGet.Frameworks.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\nunit.engine.api.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\nunit.engine.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\nunit.framework.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\NUnit3.TestAdapter.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\NUnit3.TestAdapter.pdb
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\System.Security.Cryptography.Xml.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\System.Xml.XPath.XmlDocument.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\testhost.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\VMware.Binding.Sts.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\VMware.Binding.WsTrust.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\VMware.System.Private.ServiceModel.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\VMware.Util.Sspi.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\VMware.vSphere.LsClient.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\VMware.vSphere.LsClient.pdb
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\VMware.vSphere.SsoAdmin.Utils.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\VMware.vSphere.SsoAdmin.Utils.pdb
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\VMware.vSphere.SsoAdminClient.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\VMware.vSphere.SsoAdminClient.pdb
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\VMware.vSphere.SsoAdminClient.Tests.deps.json
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\VMware.vSphere.SsoAdminClient.Tests.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\VMware.vSphere.SsoAdminClient.Tests.pdb
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\VMware.vSphere.SsoAdminClient.Tests.runtimeconfig.dev.json
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\VMware.vSphere.SsoAdminClient.Tests.runtimeconfig.json
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\obj\Debug\netcoreapp3.1\.NETCoreApp,Version=v3.1.AssemblyAttributes.cs
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\obj\Debug\netcoreapp3.1\VMware.vSphere.SsoAdminClient.Tests.AssemblyInfo.cs
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\obj\Debug\netcoreapp3.1\VMware.vSphere.SsoAdminClient.Tests.AssemblyInfoInputs.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\obj\Debug\netcoreapp3.1\VMware.vSphere.SsoAdminClient.Tests.assets.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\obj\Debug\netcoreapp3.1\VMware.vSphere.SsoAdminClient.Tests.csproj.CopyComplete
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\obj\Debug\netcoreapp3.1\VMware.vSphere.SsoAdminClient.Tests.csproj.CoreCompileInputs.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\obj\Debug\netcoreapp3.1\VMware.vSphere.SsoAdminClient.Tests.csproj.FileListAbsolute.txt
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\obj\Debug\netcoreapp3.1\VMware.vSphere.SsoAdminClient.Tests.csprojAssemblyReference.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\obj\Debug\netcoreapp3.1\VMware.vSphere.SsoAdminClient.Tests.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\obj\Debug\netcoreapp3.1\VMware.vSphere.SsoAdminClient.Tests.genruntimeconfig.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\obj\Debug\netcoreapp3.1\VMware.vSphere.SsoAdminClient.Tests.pdb
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\obj\Release\netcoreapp3.1\.NETCoreApp,Version=v3.1.AssemblyAttributes.cs
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\obj\Release\netcoreapp3.1\VMware.vSphere.SsoAdminClient.Tests.AssemblyInfo.cs
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\obj\Release\netcoreapp3.1\VMware.vSphere.SsoAdminClient.Tests.AssemblyInfoInputs.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\obj\Release\netcoreapp3.1\VMware.vSphere.SsoAdminClient.Tests.assets.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\obj\Release\netcoreapp3.1\VMware.vSphere.SsoAdminClient.Tests.csproj.CopyComplete
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\obj\Release\netcoreapp3.1\VMware.vSphere.SsoAdminClient.Tests.csproj.CoreCompileInputs.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\obj\Release\netcoreapp3.1\VMware.vSphere.SsoAdminClient.Tests.csproj.FileListAbsolute.txt
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\obj\Release\netcoreapp3.1\VMware.vSphere.SsoAdminClient.Tests.csprojAssemblyReference.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\obj\Release\netcoreapp3.1\VMware.vSphere.SsoAdminClient.Tests.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\obj\Release\netcoreapp3.1\VMware.vSphere.SsoAdminClient.Tests.genruntimeconfig.cache
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\obj\Release\netcoreapp3.1\VMware.vSphere.SsoAdminClient.Tests.pdb
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\cs\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\cs\Microsoft.TestPlatform.CoreUtilities.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\cs\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\cs\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\cs\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\de\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\de\Microsoft.TestPlatform.CoreUtilities.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\de\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\de\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\de\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\es\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\es\Microsoft.TestPlatform.CoreUtilities.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\es\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\es\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\es\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\fr\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\fr\Microsoft.TestPlatform.CoreUtilities.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\fr\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\fr\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\fr\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\it\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\it\Microsoft.TestPlatform.CoreUtilities.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\it\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\it\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\it\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\ja\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\ja\Microsoft.TestPlatform.CoreUtilities.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\ja\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\ja\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\ja\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\ko\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\ko\Microsoft.TestPlatform.CoreUtilities.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\ko\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\ko\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\ko\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\pl\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\pl\Microsoft.TestPlatform.CoreUtilities.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\pl\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\pl\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\pl\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\pt-BR\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\pt-BR\Microsoft.TestPlatform.CoreUtilities.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\pt-BR\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\pt-BR\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\pt-BR\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\ru\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\ru\Microsoft.TestPlatform.CoreUtilities.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\ru\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\ru\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\ru\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\tr\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\tr\Microsoft.TestPlatform.CoreUtilities.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\tr\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\tr\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\tr\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\zh-Hans\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\zh-Hans\Microsoft.TestPlatform.CoreUtilities.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\zh-Hans\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\zh-Hans\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\zh-Hans\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\zh-Hant\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\zh-Hant\Microsoft.TestPlatform.CoreUtilities.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\zh-Hant\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\zh-Hant\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\zh-Hant\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\cs\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\cs\Microsoft.TestPlatform.CoreUtilities.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\cs\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\cs\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\cs\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\de\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\de\Microsoft.TestPlatform.CoreUtilities.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\de\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\de\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\de\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\es\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\es\Microsoft.TestPlatform.CoreUtilities.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\es\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\es\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\es\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\fr\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\fr\Microsoft.TestPlatform.CoreUtilities.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\fr\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\fr\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\fr\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\it\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\it\Microsoft.TestPlatform.CoreUtilities.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\it\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\it\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\it\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\ja\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\ja\Microsoft.TestPlatform.CoreUtilities.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\ja\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\ja\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\ja\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\ko\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\ko\Microsoft.TestPlatform.CoreUtilities.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\ko\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\ko\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\ko\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\pl\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\pl\Microsoft.TestPlatform.CoreUtilities.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\pl\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\pl\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\pl\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\pt-BR\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\pt-BR\Microsoft.TestPlatform.CoreUtilities.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\pt-BR\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\pt-BR\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\pt-BR\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\ru\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\ru\Microsoft.TestPlatform.CoreUtilities.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\ru\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\ru\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\ru\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\tr\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\tr\Microsoft.TestPlatform.CoreUtilities.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\tr\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\tr\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\tr\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\zh-Hans\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\zh-Hans\Microsoft.TestPlatform.CoreUtilities.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\zh-Hans\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\zh-Hans\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\zh-Hans\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\zh-Hant\Microsoft.TestPlatform.CommunicationUtilities.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\zh-Hant\Microsoft.TestPlatform.CoreUtilities.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\zh-Hant\Microsoft.TestPlatform.CrossPlatEngine.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\zh-Hant\Microsoft.VisualStudio.TestPlatform.Common.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\zh-Hant\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\runtimes\win-arm\lib\netstandard2.0\Microsoft.WSMan.Runtime.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\runtimes\win-arm64\lib\netstandard2.0\Microsoft.WSMan.Runtime.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\runtimes\win-x64\lib\netstandard2.0\Microsoft.WSMan.Runtime.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Debug\netcoreapp3.1\runtimes\win-x86\lib\netstandard2.0\Microsoft.WSMan.Runtime.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\runtimes\win-arm\lib\netstandard2.0\Microsoft.WSMan.Runtime.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\runtimes\win-arm64\lib\netstandard2.0\Microsoft.WSMan.Runtime.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\runtimes\win-x64\lib\netstandard2.0\Microsoft.WSMan.Runtime.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient.Tests\bin\Release\netcoreapp3.1\runtimes\win-x86\lib\netstandard2.0\Microsoft.WSMan.Runtime.dll
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdmin.Utils\bin\Debug\netcoreapp2.0\_._
  • src\VMware.vSphere.SsoAdmin.Client\VMware.vSphere.SsoAdminClient\bin\Debug\netcoreapp2.0\_._

Version History

Version Downloads Last updated
1.3.9 78,881 3/6/2023
1.3.8 350,348 2/25/2022
1.3.7 818 12/22/2021
1.3.6 493 11/25/2021
1.3.5 12,736 9/7/2021
1.3.4 2,059 7/28/2021
1.3.3 20 7/28/2021
1.3.2 185 7/23/2021
1.3.1 (current version) 1,892 6/7/2021
1.3.0 833 5/26/2021
1.2.3 672 3/19/2021
1.2.2 526 2/19/2021
1.2.1 38 2/17/2021
1.2.0 44 2/17/2021
Show less