ScramUserCredentialsTryLookup Method

Attempts to look up a user credential by their username.

Definition

Namespace: SnapDB.Security.Authentication
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public bool TryLookup(
	byte[] username,
	out ScramUserCredential?? user
)

Parameters

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.

Return Value

Boolean
true if the user credential was found; otherwise, false.

See Also