#[repr(C)]pub struct CERT_SUPPORTED_ALGORITHM_INFO {
pub Algorithm: CRYPT_ALGORITHM_IDENTIFIER,
pub IntendedKeyUsage: CRYPT_BIT_BLOB,
pub IntendedCertPolicies: CERT_POLICIES_INFO,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
Algorithm: CRYPT_ALGORITHM_IDENTIFIER
IntendedKeyUsage: CRYPT_BIT_BLOB
IntendedCertPolicies: CERT_POLICIES_INFO
Trait Implementations
impl Clone for CERT_SUPPORTED_ALGORITHM_INFO
impl Clone for CERT_SUPPORTED_ALGORITHM_INFO
impl Copy for CERT_SUPPORTED_ALGORITHM_INFO
Auto Trait Implementations
impl RefUnwindSafe for CERT_SUPPORTED_ALGORITHM_INFO
impl !Send for CERT_SUPPORTED_ALGORITHM_INFO
impl !Sync for CERT_SUPPORTED_ALGORITHM_INFO
impl Unpin for CERT_SUPPORTED_ALGORITHM_INFO
impl UnwindSafe for CERT_SUPPORTED_ALGORITHM_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more