|
AuthManagerValidate 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 Result Validate(
string authID
)
Public Function Validate (
authID As String
) As Result
public:
Result^ Validate(
String^ authID
)
member Validate :
authID : string -> Result
Parameters
- authID
- Type: SystemString
Return Value
Type:
Result
See Also