|
AuthManagerValidateAuth Method |
Validate the authentication
Namespace: DrawerBackup.Native.Server.AuthAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic bool ValidateAuth(
Auth auth
)
Public Function ValidateAuth (
auth As Auth
) As Boolean
public:
bool ValidateAuth(
Auth^ auth
)
member ValidateAuth :
auth : Auth -> bool
Parameters
- auth
- Type: DrawerBackup.Native.Data.EntitiesAuth
Return Value
Type:
Boolean
See Also