ImportPFXFlags 列舉 (certenroll.h)
[某些資訊與發行前發行的產品有關,在正式發行前可能會大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。]
匯入 PFX 憑證時要使用的旗標。
Syntax
typedef enum ImportPFXFlags {
ImportNone = 0,
ImportMachineContext = 0x1,
ImportForceOverwrite = 0x2,
ImportSilent = 0x4,
ImportSaveProperties = 0x8,
ImportExportable = 0x10,
ImportExportableEncrypted = 0x20,
ImportNoUserProtected = 0x40,
ImportUserProtected = 0x80,
ImportUserProtectedHigh = 0x100,
ImportInstallCertificate = 0x200,
ImportInstallChain = 0x400,
ImportInstallChainAndRoot = 0x800
} ;
常數
ImportNone 值: 0 無 |
ImportMachineContext 值: 0x1 將 PFX 憑證匯入計算機證書存儲;否則,請安裝至使用者證書存儲。 |
ImportForceOverwrite 值: 0x2 如果存在,請覆寫現有的憑證。 |
ImportSilent 值: 0x4 以無訊息方式執行作業 (不會顯示使用者介面) 。 |
ImportSaveProperties 值: 0x8 在匯入的 PFX 檔案上儲存屬性。 |
ImportExportable 值: 0x10 將 PFX 憑證的私鑰匯入為可匯出 |
ImportExportableEncrypted 值: 0x20 將 PFX 憑證的私鑰匯入為可匯出和加密。 |
ImportNoUserProtected 值: 0x40 匯入 PFX 憑證的私鑰,以不需要同意。 |
ImportUserProtected 值: 0x80 匯入 PFX 憑證的私鑰,以要求未經密碼同意。 |
ImportUserProtectedHigh 值: 0x100 匯入 PFX 憑證的私鑰,以要求同意密碼。 |
ImportInstallCertificate 值: 0x200 將 PFX 憑證安裝至證書存儲。 |
ImportInstallChain 值: 0x400 將 PFX 憑證的鏈結安裝至證書存儲。 |
ImportInstallChainAndRoot 值: 0x800 將 PFX 憑證的鏈結和根目錄安裝到證書存儲。 |
規格需求
需求 | 值 |
---|---|
標頭 | certenroll.h |