Struct windows::Security::Cryptography::Core::PersistedKeyProvider
pub struct PersistedKeyProvider;
Implementations§
§impl PersistedKeyProvider
impl PersistedKeyProvider
pub fn OpenKeyPairFromCertificateAsync<P0>(
certificate: P0,
hashalgorithmname: &HSTRING,
padding: CryptographicPadding,
) -> Result<IAsyncOperation<CryptographicKey>>where
P0: Param<Certificate>,
pub fn OpenPublicKeyFromCertificate<P0>(
certificate: P0,
hashalgorithmname: &HSTRING,
padding: CryptographicPadding,
) -> Result<CryptographicKey>where
P0: Param<Certificate>,
Auto Trait Implementations§
impl Freeze for PersistedKeyProvider
impl RefUnwindSafe for PersistedKeyProvider
impl Send for PersistedKeyProvider
impl Sync for PersistedKeyProvider
impl Unpin for PersistedKeyProvider
impl UnwindSafe for PersistedKeyProvider
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