pub enum DsaParameters {}
Expand description
L"DSAParameters"
Specifies parameters to use with a DSA key. This property is a
BCRYPT_DSA_PARAMETER_HEADER
or a BCRYPT_DSA_PARAMETER_HEADER_V2
structure.
This property can only be set and must be set for the key before the key is
completed.
Windows 8: Beginning with Windows 8, this property can be
a BCRYPT_DSA_PARAMETER_HEADER_V2
structure. Use this structure if the key
size exceeds 1024 bits and is less than or equal to 3072 bits. If the key
size is greater than or equal to 512 but less than or equal to 1024 bits,
use the BCRYPT_DSA_PARAMETER_HEADER
structure.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DsaParameters
impl RefUnwindSafe for DsaParameters
impl Send for DsaParameters
impl Sync for DsaParameters
impl Unpin for DsaParameters
impl UnwindSafe for DsaParameters
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