CertificateEnrollmentManager.UserCertificateEnrollmentManager 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得相關聯的 UserCertificateEnrollmentManager。
public:
static property UserCertificateEnrollmentManager ^ UserCertificateEnrollmentManager { UserCertificateEnrollmentManager ^ get(); };
static UserCertificateEnrollmentManager UserCertificateEnrollmentManager();
public static UserCertificateEnrollmentManager UserCertificateEnrollmentManager { get; }
var userCertificateEnrollmentManager = CertificateEnrollmentManager.userCertificateEnrollmentManager;
Public Shared ReadOnly Property UserCertificateEnrollmentManager As UserCertificateEnrollmentManager
屬性值
相關聯的 UserCertificateEnrollmentManager。
Windows 需求
應用程式功能 |
sharedUserCertificates
|
備註
此 API 會在應用程式的憑證存放區中安裝憑證。 應用程式憑證存放區中的憑證只能由該應用程式探索及使用。 若要在使用者的憑證存放區中安裝憑證,請啟用 sharedUserCertificates 功能,並使用 UserCertificateEnrollmentManager 類別。