Class: Rex::Proto::Kerberos::Pac::PacAttributesFlags
- Inherits:
-
BinData::Record
- Object
- BinData::Record
- Rex::Proto::Kerberos::Pac::PacAttributesFlags
- Defined in:
- lib/rex/proto/kerberos/pac/krb5_pac.rb
Instance Attribute Summary collapse
-
#pac_was_given_implicitly ⇒ BinData::Bit1
The client did not request or decline a PAC and was given one implicitly.
-
#pac_was_requested ⇒ BinData::Bit1
The client requested the PAC.
Instance Attribute Details
#pac_was_given_implicitly ⇒ BinData::Bit1
Returns The client did not request or decline a PAC and was given one implicitly.
330 |
# File 'lib/rex/proto/kerberos/pac/krb5_pac.rb', line 330 bit1 :pac_was_given_implicitly |
#pac_was_requested ⇒ BinData::Bit1
Returns The client requested the PAC.
326 |
# File 'lib/rex/proto/kerberos/pac/krb5_pac.rb', line 326 bit1 :pac_was_requested |