Trait sspi::SspiEx

source ·
pub trait SspiEx
where Self: Sized + SspiImpl,
{ // Required method fn custom_set_auth_identity( &mut self, identity: Self::AuthenticationData ) -> Result<()>; }

Required Methods§

source

fn custom_set_auth_identity( &mut self, identity: Self::AuthenticationData ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§