Skip to content

Commit 3a15c2b

Browse files
rcpokornybhillkeyfactorBob Pokorny
authored
Reenrollment (#22)
* Update generated README * ReEnrollment Stub * Adding Re-Enrollment * Added ReEnrollment logic for Fortanix HSM * Added additional logging for debugging purposes. Updated the ReadMe.MD to reflect the new reEnrollment functionality. * Add token for readme builds Co-authored-by: Brian Hill <[email protected]> Co-authored-by: Bob Pokorny <[email protected]>
1 parent fd3187c commit 3a15c2b

24 files changed

+1173
-585
lines changed
Lines changed: 45 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,45 @@
1-
2-
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio Version 16
4-
VisualStudioVersion = 16.0.30717.126
5-
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IISWithBindings", "IISWithBindings\IISWithBindings.csproj", "{33FBC5A1-3466-4F10-B9A6-7186F804A65A}"
7-
EndProject
8-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1A6C93E7-24FD-47FD-883D-EDABF5CEE4C6}"
9-
ProjectSection(SolutionItems) = preProject
10-
CHANGELOG.md = CHANGELOG.md
11-
integration-manifest.json = integration-manifest.json
12-
.github\workflows\keyfactor-extension-release.yml = .github\workflows\keyfactor-extension-release.yml
13-
README.md = README.md
14-
README.md.tpl = README.md.tpl
15-
EndProjectSection
16-
EndProject
17-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "images", "images", "{6302034E-DF8C-4B65-AC36-CED24C068999}"
18-
ProjectSection(SolutionItems) = preProject
19-
Images\Image1.png = Images\Image1.png
20-
Images\Image2.png = Images\Image2.png
21-
Images\Image3.png = Images\Image3.png
22-
Images\Image4.png = Images\Image4.png
23-
Images\Image5.png = Images\Image5.png
24-
Images\Image6.png = Images\Image6.png
25-
Images\Image7.png = Images\Image7.png
26-
Images\Image8.png = Images\Image8.png
27-
Images\Image9.png = Images\Image9.png
28-
EndProjectSection
29-
EndProject
30-
Global
31-
GlobalSection(SolutionConfigurationPlatforms) = preSolution
32-
Debug|Any CPU = Debug|Any CPU
33-
Release|Any CPU = Release|Any CPU
34-
EndGlobalSection
35-
GlobalSection(ProjectConfigurationPlatforms) = postSolution
36-
{33FBC5A1-3466-4F10-B9A6-7186F804A65A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
37-
{33FBC5A1-3466-4F10-B9A6-7186F804A65A}.Debug|Any CPU.Build.0 = Debug|Any CPU
38-
{33FBC5A1-3466-4F10-B9A6-7186F804A65A}.Release|Any CPU.ActiveCfg = Release|Any CPU
39-
{33FBC5A1-3466-4F10-B9A6-7186F804A65A}.Release|Any CPU.Build.0 = Release|Any CPU
40-
EndGlobalSection
41-
GlobalSection(SolutionProperties) = preSolution
42-
HideSolutionNode = FALSE
43-
EndGlobalSection
44-
GlobalSection(NestedProjects) = preSolution
45-
{6302034E-DF8C-4B65-AC36-CED24C068999} = {1A6C93E7-24FD-47FD-883D-EDABF5CEE4C6}
46-
EndGlobalSection
47-
GlobalSection(ExtensibilityGlobals) = postSolution
48-
SolutionGuid = {E0FA12DA-6B82-4E64-928A-BB9965E636C1}
49-
EndGlobalSection
50-
EndGlobal
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.2.32616.157
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IISU", "IISU\IISU.csproj", "{33FBC5A1-3466-4F10-B9A6-7186F804A65A}"
7+
EndProject
8+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1A6C93E7-24FD-47FD-883D-EDABF5CEE4C6}"
9+
ProjectSection(SolutionItems) = preProject
10+
CHANGELOG.md = CHANGELOG.md
11+
integration-manifest.json = integration-manifest.json
12+
.github\workflows\keyfactor-extension-release.yml = .github\workflows\keyfactor-extension-release.yml
13+
readme_source.md = readme_source.md
14+
EndProjectSection
15+
EndProject
16+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "images", "images", "{6302034E-DF8C-4B65-AC36-CED24C068999}"
17+
ProjectSection(SolutionItems) = preProject
18+
images\ReEnrollment1.png = images\ReEnrollment1.png
19+
images\ReEnrollment1a.png = images\ReEnrollment1a.png
20+
images\ReEnrollment1b.png = images\ReEnrollment1b.png
21+
images\Screen1.png = images\Screen1.png
22+
images\Screen2.png = images\Screen2.png
23+
EndProjectSection
24+
EndProject
25+
Global
26+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
27+
Debug|Any CPU = Debug|Any CPU
28+
Release|Any CPU = Release|Any CPU
29+
EndGlobalSection
30+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
31+
{33FBC5A1-3466-4F10-B9A6-7186F804A65A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
32+
{33FBC5A1-3466-4F10-B9A6-7186F804A65A}.Debug|Any CPU.Build.0 = Debug|Any CPU
33+
{33FBC5A1-3466-4F10-B9A6-7186F804A65A}.Release|Any CPU.ActiveCfg = Release|Any CPU
34+
{33FBC5A1-3466-4F10-B9A6-7186F804A65A}.Release|Any CPU.Build.0 = Release|Any CPU
35+
EndGlobalSection
36+
GlobalSection(SolutionProperties) = preSolution
37+
HideSolutionNode = FALSE
38+
EndGlobalSection
39+
GlobalSection(NestedProjects) = preSolution
40+
{6302034E-DF8C-4B65-AC36-CED24C068999} = {1A6C93E7-24FD-47FD-883D-EDABF5CEE4C6}
41+
EndGlobalSection
42+
GlobalSection(ExtensibilityGlobals) = postSolution
43+
SolutionGuid = {E0FA12DA-6B82-4E64-928A-BB9965E636C1}
44+
EndGlobalSection
45+
EndGlobal

0 commit comments

Comments
 (0)