Struct CertificateEnrollmentManager
pub struct CertificateEnrollmentManager;
Implementations§
§impl CertificateEnrollmentManager
impl CertificateEnrollmentManager
pub fn CreateRequestAsync<P0>(request: P0) -> Result<IAsyncOperation<HSTRING>>where
P0: Param<CertificateRequestProperties>,
pub fn InstallCertificateAsync( certificate: &HSTRING, installoption: InstallOptions, ) -> Result<IAsyncAction>
pub fn ImportPfxDataAsync( pfxdata: &HSTRING, password: &HSTRING, exportable: ExportOption, keyprotectionlevel: KeyProtectionLevel, installoption: InstallOptions, friendlyname: &HSTRING, ) -> Result<IAsyncAction>
pub fn UserCertificateEnrollmentManager() -> Result<UserCertificateEnrollmentManager>
pub fn ImportPfxDataToKspAsync( pfxdata: &HSTRING, password: &HSTRING, exportable: ExportOption, keyprotectionlevel: KeyProtectionLevel, installoption: InstallOptions, friendlyname: &HSTRING, keystorageprovider: &HSTRING, ) -> Result<IAsyncAction>
pub fn ImportPfxDataToKspWithParametersAsync<P2>(
pfxdata: &HSTRING,
password: &HSTRING,
pfximportparameters: P2,
) -> Result<IAsyncAction>where
P2: Param<PfxImportParameters>,
Auto Trait Implementations§
impl Freeze for CertificateEnrollmentManager
impl RefUnwindSafe for CertificateEnrollmentManager
impl Send for CertificateEnrollmentManager
impl Sync for CertificateEnrollmentManager
impl Unpin for CertificateEnrollmentManager
impl UnwindSafe for CertificateEnrollmentManager
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more