Changeset 4068 for trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Advanced/DeploymentService/DeploymentServerCertificateValidator.cs
- Timestamp:
- 07/22/10 00:44:01 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Advanced/DeploymentService/DeploymentServerCertificateValidator.cs
r3771 r4068 1 1 using System; 2 using System.Collections.Generic;3 using System.Linq;4 using System.Text;5 using System.Security.Cryptography.X509Certificates;6 2 using System.IdentityModel.Selectors; 7 3 using System.IdentityModel.Tokens; 4 using System.Security.Cryptography.X509Certificates; 8 5 9 6 namespace HeuristicLab.PluginInfrastructure.Advanced.DeploymentService {
Note: See TracChangeset
for help on using the changeset viewer.