Struct CertificateStores
pub struct CertificateStores;
Implementations§
§impl CertificateStores
impl CertificateStores
pub fn FindAllAsync() -> Result<IAsyncOperation<IVectorView<Certificate>>>
pub fn FindAllWithQueryAsync<P0>(
query: P0,
) -> Result<IAsyncOperation<IVectorView<Certificate>>>where
P0: Param<CertificateQuery>,
pub fn TrustedRootCertificationAuthorities() -> Result<CertificateStore>
pub fn IntermediateCertificationAuthorities() -> Result<CertificateStore>
pub fn GetStoreByName(storename: &HSTRING) -> Result<CertificateStore>
pub fn GetUserStoreByName(storename: &HSTRING) -> Result<UserCertificateStore>
Auto Trait Implementations§
impl Freeze for CertificateStores
impl RefUnwindSafe for CertificateStores
impl Send for CertificateStores
impl Sync for CertificateStores
impl Unpin for CertificateStores
impl UnwindSafe for CertificateStores
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