📄 readme.txt
字号:
CAPICOM sample storesh
-----------------------
Date: April 1st, 2002
This is a .NET/CAPICOM sample which demonstrates how to do certificate store management from C# using CAPICOM 2.0
1) To use CAPICOM from .NET, you need first to generate a Runtime Callable Wrapper (RCW). This is generated
with tlbimp.exe which is a tool that is included in the .NET framework SDK. In this sample, we call our RCW
Interop.CAPICOM.dll, and to generate it we use the followingcommand:
tlbimp capicom.dll /out:Interop.CAPICOM.dll
2) You can then build and run the sample using the Visual Studio Development enviroment
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -