[][src]Trait sspi::SspiEx

pub trait SspiEx where
    Self: Sized + SspiImpl
{ fn custom_set_auth_identity(&mut self, identity: Self::AuthenticationData); }

Required methods

fn custom_set_auth_identity(&mut self, identity: Self::AuthenticationData)

Loading content...

Implementors

impl SspiEx for Ntlm[src]

Loading content...