CertificateEnrollmentManager.UserCertificateEnrollmentManager Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the associated 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
Property Value
The associated UserCertificateEnrollmentManager.
Windows requirements
App capabilities |
sharedUserCertificates
|
Remarks
This API installs certificates in the app's certificate store. Certificates in an app's certificate store are only discoverable and usable by that app. To install a certificate in the user's certificate store, enable the sharedUserCertificates capability and use the UserCertificateEnrollmentManager class.