#[repr(C)]pub struct KERB_RETRIEVE_TKT_REQUEST {
pub MessageType: KERB_PROTOCOL_MESSAGE_TYPE,
pub LogonId: LUID,
pub TargetName: UNICODE_STRING,
pub TicketFlags: u32,
pub CacheOptions: u32,
pub EncryptionType: KERB_CRYPTO_KEY_TYPE,
pub CredentialsHandle: SecHandle,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
, "Win32_Foundation"
, "Win32_Security_Credentials"
Fields
MessageType: KERB_PROTOCOL_MESSAGE_TYPE
LogonId: LUID
TargetName: UNICODE_STRING
TicketFlags: u32
CacheOptions: u32
EncryptionType: KERB_CRYPTO_KEY_TYPE
CredentialsHandle: SecHandle
Trait Implementations
impl Clone for KERB_RETRIEVE_TKT_REQUEST
impl Clone for KERB_RETRIEVE_TKT_REQUEST
impl Copy for KERB_RETRIEVE_TKT_REQUEST
Auto Trait Implementations
impl RefUnwindSafe for KERB_RETRIEVE_TKT_REQUEST
impl !Send for KERB_RETRIEVE_TKT_REQUEST
impl !Sync for KERB_RETRIEVE_TKT_REQUEST
impl Unpin for KERB_RETRIEVE_TKT_REQUEST
impl UnwindSafe for KERB_RETRIEVE_TKT_REQUEST
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more