C# Class AllJoynUnity.AllJoyn.AuthListener

Inheritance: IDisposable
Afficher le fichier Open project: GameClay/alljoyn_unity

Private Properties

Свойство Type Description
_AuthenticationComplete void
_RequestCredentials int
_SecurityViolation void
_VerifyCredentials int
alljoyn_authlistener_create System.IntPtr
alljoyn_authlistener_destroy void

Méthodes publiques

Méthode Description
AuthListener ( ) : System
Dispose ( ) : void

Méthodes protégées

Méthode Description
AuthenticationComplete ( string authMechanism, string peerName, bool success ) : void
Dispose ( bool disposing ) : void
RequestCredentials ( string authMechanism, string peerName, ushort authCount, string userName, Credentials credMask, Credentials credentials ) : bool
SecurityViolation ( QStatus status, Message msg ) : void
VerifyCredentials ( string authMechanism, string peerName, Credentials credentials ) : bool

Private Methods

Méthode Description
_AuthenticationComplete ( IntPtr context, IntPtr authMechanism, IntPtr peerName, int success ) : void
_RequestCredentials ( IntPtr context, IntPtr authMechanism, IntPtr peerName, ushort authCount, IntPtr userName, ushort credMask, IntPtr credentials ) : int
_SecurityViolation ( IntPtr context, int status, IntPtr msg ) : void
_VerifyCredentials ( IntPtr context, IntPtr authMechanism, IntPtr peerName, IntPtr credentials ) : int
alljoyn_authlistener_create ( IntPtr callbacks, IntPtr context ) : IntPtr
alljoyn_authlistener_destroy ( IntPtr listener ) : void

Method Details

AuthListener() public méthode

public AuthListener ( ) : System
Résultat System

AuthenticationComplete() protected abstract méthode

protected abstract AuthenticationComplete ( string authMechanism, string peerName, bool success ) : void
authMechanism string
peerName string
success bool
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

RequestCredentials() protected abstract méthode

protected abstract RequestCredentials ( string authMechanism, string peerName, ushort authCount, string userName, Credentials credMask, Credentials credentials ) : bool
authMechanism string
peerName string
authCount ushort
userName string
credMask Credentials
credentials Credentials
Résultat bool

SecurityViolation() protected méthode

protected SecurityViolation ( QStatus status, Message msg ) : void
status QStatus
msg Message
Résultat void

VerifyCredentials() protected méthode

protected VerifyCredentials ( string authMechanism, string peerName, Credentials credentials ) : bool
authMechanism string
peerName string
credentials Credentials
Résultat bool