| 1 | ; Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. |
| 2 | |
| 3 | |
| 4 | LIBRARY "iisca" |
| 5 | |
| 6 | EXPORTS |
| 7 | ;scacert.cpp |
| 8 | InstallCertificates |
| 9 | UninstallCertificates |
| 10 | ;scacertexec.cpp |
| 11 | AddUserCertificate |
| 12 | AddMachineCertificate |
| 13 | DeleteUserCertificate |
| 14 | DeleteMachineCertificate |
| 15 | ;scaexec.cpp |
| 16 | StartMetabaseTransaction |
| 17 | RollbackMetabaseTransaction |
| 18 | CommitMetabaseTransaction |
| 19 | |
| 20 | WriteMetabaseChanges |
| 21 | |
| 22 | StartIIS7ConfigTransaction |
| 23 | RollbackIIS7ConfigTransaction |
| 24 | CommitIIS7ConfigTransaction |
| 25 | |
| 26 | WriteIIS7ConfigChanges |
| 27 | ;scasched.cpp |
| 28 | ConfigureIIs |
| 29 | ConfigureIIsExec |
| 30 | ConfigureIIs7Exec |