Click here to Skip to main content
15,892,737 members
Articles / Programming Languages / C#

IIS Admin Base Object Wrapper for installing SSL Certificates

Rate me:
Please Sign up or sign in to vote.
4.57/5 (7 votes)
19 Feb 20046 min read 139.6K   1.3K   17  
A COM Interop Wrapper for the IIS Admin Base Object that can be used to programmatically install SSL Certificates in IIS 5.0
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MSAdminBase", "interop.MSAdminBase\MSAdminBase.csproj", "{985FAFBC-6CBA-4BD8-95E9-76C65B928C9D}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SslInstallSample", "SslInstallSample\SslInstallSample.csproj", "{CF617843-4505-4680-BE1C-5FC561F98C3F}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{985FAFBC-6CBA-4BD8-95E9-76C65B928C9D}.Debug.ActiveCfg = Debug|.NET
		{985FAFBC-6CBA-4BD8-95E9-76C65B928C9D}.Debug.Build.0 = Debug|.NET
		{985FAFBC-6CBA-4BD8-95E9-76C65B928C9D}.Release.ActiveCfg = Release|.NET
		{985FAFBC-6CBA-4BD8-95E9-76C65B928C9D}.Release.Build.0 = Release|.NET
		{CF617843-4505-4680-BE1C-5FC561F98C3F}.Debug.ActiveCfg = Debug|.NET
		{CF617843-4505-4680-BE1C-5FC561F98C3F}.Debug.Build.0 = Debug|.NET
		{CF617843-4505-4680-BE1C-5FC561F98C3F}.Release.ActiveCfg = Release|.NET
		{CF617843-4505-4680-BE1C-5FC561F98C3F}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(SolutionItems) = postSolution
		VBScript\SslInstall.vbs = VBScript\SslInstall.vbs
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Systems Engineer
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions