pub struct PAType(pub i32);Expand description
PA-Data type
Tuple Fields§
§0: i32Implementations§
Source§impl PAType
impl PAType
Sourcepub const PA_TGS_REQ: PAType
pub const PA_TGS_REQ: PAType
DER encoding of AP-REQ
Sourcepub const PA_PW_SALT: PAType
pub const PA_PW_SALT: PAType
salt (not ASN.1 encoded)
Sourcepub const PA_ETYPE_INFO: PAType
pub const PA_ETYPE_INFO: PAType
DER encoding of ETYPE-INFO
Sourcepub const PA_ETYPE_INFO2: PAType
pub const PA_ETYPE_INFO2: PAType
DER encoding of ETYPE-INFO2
Sourcepub const PA_PAC_REQUEST: PAType
pub const PA_PAC_REQUEST: PAType
Windows PAC request
Sourcepub const PA_REQ_ENC_PA_REP: PAType
pub const PA_REQ_ENC_PA_REP: PAType
Support for FAST pre-auth mechanism
Trait Implementations§
impl Copy for PAType
impl Eq for PAType
impl StructuralPartialEq for PAType
Auto Trait Implementations§
impl Freeze for PAType
impl RefUnwindSafe for PAType
impl Send for PAType
impl Sync for PAType
impl Unpin for PAType
impl UnwindSafe for PAType
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more