#[repr(C)]pub struct CRYPT_VERIFY_CERT_SIGN_STRONG_PROPERTIES_INFO {
pub CertSignHashCNGAlgPropData: CRYPTOAPI_BLOB,
pub CertIssuerPubKeyBitLengthPropData: CRYPTOAPI_BLOB,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
CertSignHashCNGAlgPropData: CRYPTOAPI_BLOB
CertIssuerPubKeyBitLengthPropData: CRYPTOAPI_BLOB
Trait Implementations
impl Copy for CRYPT_VERIFY_CERT_SIGN_STRONG_PROPERTIES_INFO
Auto Trait Implementations
impl RefUnwindSafe for CRYPT_VERIFY_CERT_SIGN_STRONG_PROPERTIES_INFO
impl !Send for CRYPT_VERIFY_CERT_SIGN_STRONG_PROPERTIES_INFO
impl !Sync for CRYPT_VERIFY_CERT_SIGN_STRONG_PROPERTIES_INFO
impl Unpin for CRYPT_VERIFY_CERT_SIGN_STRONG_PROPERTIES_INFO
impl UnwindSafe for CRYPT_VERIFY_CERT_SIGN_STRONG_PROPERTIES_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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