Property | Type | Description | |
---|---|---|---|
_AuthenticationComplete | void | ||
_RequestCredentials | int | ||
_SecurityViolation | void | ||
_VerifyCredentials | int | ||
alljoyn_authlistener_create | |||
alljoyn_authlistener_destroy | void |
Method | Description | |
---|---|---|
AuthListener ( ) : System | ||
Dispose ( ) : void |
Method | 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 |
Method | Description | |
---|---|---|
_AuthenticationComplete ( |
||
_RequestCredentials ( |
||
_SecurityViolation ( |
||
_VerifyCredentials ( |
||
alljoyn_authlistener_create ( |
||
alljoyn_authlistener_destroy ( |
protected abstract AuthenticationComplete ( string authMechanism, string peerName, bool success ) : void | ||
authMechanism | string | |
peerName | string | |
success | bool | |
return | void |
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 | |
return | bool |
protected SecurityViolation ( QStatus status, Message msg ) : void | ||
status | QStatus | |
msg | Message | |
return | void |
protected VerifyCredentials ( string authMechanism, string peerName, Credentials credentials ) : bool | ||
authMechanism | string | |
peerName | string | |
credentials | Credentials | |
return | bool |