Struct KeyAttestationHelper
pub struct KeyAttestationHelper;
Implementations§
§impl KeyAttestationHelper
impl KeyAttestationHelper
pub fn DecryptTpmAttestationCredentialAsync( credential: &HSTRING, ) -> Result<IAsyncOperation<HSTRING>>
pub fn GetTpmAttestationCredentialId(credential: &HSTRING) -> Result<HSTRING>
pub fn DecryptTpmAttestationCredentialWithContainerNameAsync( credential: &HSTRING, containername: &HSTRING, ) -> Result<IAsyncOperation<HSTRING>>
Auto Trait Implementations§
impl Freeze for KeyAttestationHelper
impl RefUnwindSafe for KeyAttestationHelper
impl Send for KeyAttestationHelper
impl Sync for KeyAttestationHelper
impl Unpin for KeyAttestationHelper
impl UnwindSafe for KeyAttestationHelper
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