Enum win_crypto_ng::property::DhParameters
source · pub enum DhParameters {}
Expand description
L"DHParameters"
Specifies parameters to use with a Diffie-Hellman key. This data type is a
pointer to a BCRYPT_DH_PARAMETER_HEADER
structure. This property can only be
set and must be set for the key before the key is completed.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for DhParameters
impl Send for DhParameters
impl Sync for DhParameters
impl Unpin for DhParameters
impl UnwindSafe for DhParameters
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