Struct kerberos_parser::krb5::PAType [−][src]
pub struct PAType(pub i32);Expand description
PA-Data type
Tuple Fields
0: i32Implementations
DER encoding of AP-REQ
salt (not ASN.1 encoded)
DER encoding of ETYPE-INFO
DER encoding of ETYPE-INFO2
Windows PAC request
Support for FAST pre-auth mechanism
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PAType
impl UnwindSafe for PAType
Blanket Implementations
Mutably borrows from an owned value. Read more