ScramUserCredentialsTryLookup Method
Attempts to look up a user credential by their username.
Namespace: SnapDB.Security.AuthenticationAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
Public Function TryLookup (
username As Byte(),
<OutAttribute> ByRef user As ScramUserCredential
) As Boolean
public:
bool TryLookup(
array<unsigned char>^ username,
[OutAttribute] ScramUserCredential^% user
)
function TryLookup(username, user);
- username Byte
- The username of the user credential to look up.
- user ScramUserCredential
- When this method returns, contains the user credential if found; otherwise, null.
Booleantrue if the user credential was found; otherwise,
false.