Struct authenticode_parser::AuthenticodeArray
source · #[repr(transparent)]pub struct AuthenticodeArray(_);
Expand description
Array of authenticode signatures.
Implementations§
source§impl AuthenticodeArray
impl AuthenticodeArray
sourcepub fn signatures(&self) -> &[Authenticode<'_>]
pub fn signatures(&self) -> &[Authenticode<'_>]
Array of authenticode signatures.