Class: Rex::Proto::Kerberos::Pac::Krb5PacAttributes
- Inherits:
-
BinData::Record
- Object
- BinData::Record
- Rex::Proto::Kerberos::Pac::Krb5PacAttributes
- Defined in:
- lib/rex/proto/kerberos/pac/krb5_pac.rb
Overview
Instance Attribute Summary collapse
-
#flags ⇒ Integer
Attribute flags.
-
#flags_length ⇒ Integer
Length of the flags field, in bits.
-
#ul_type ⇒ Integer
readonly
Describes the type of data present in the buffer.
Instance Attribute Details
#flags ⇒ Integer
Returns Attribute flags.
314 |
# File 'lib/rex/proto/kerberos/pac/krb5_pac.rb', line 314 uint32 :flags, initial_value: PAC_WAS_GIVEN_IMPLICITLY |
#flags_length ⇒ Integer
Returns Length of the flags field, in bits.
310 |
# File 'lib/rex/proto/kerberos/pac/krb5_pac.rb', line 310 uint32 :flags_length, initial_value: 2 |
#ul_type ⇒ Integer (readonly)
Returns Describes the type of data present in the buffer.
306 |
# File 'lib/rex/proto/kerberos/pac/krb5_pac.rb', line 306 virtual :ul_type, value: Krb5PacElementType::PAC_ATTRIBUTES |