UserAuthentication.method Property¶
Module: UserAuthentication
Type: UserAuthenticationMethod
Definition¶
The user authentication method.
method: UserAuthenticationMethod
Exceptions
An error has occurred during Bioseal Library execution.
UserAuthenticationMethod get method => getMethod();
Exceptions
An error has occurred during Bioseal Library execution.
public UserAuthenticationMethod method
{
get => Getmethod();
}
Exceptions
An error has occurred during Bioseal Library execution.
public UserAuthenticationMethod getMethod() throws BiosealException
Exceptions
An error has occurred during Bioseal Library execution.
public var method: UserAuthenticationMethod
get {
return try! getMethod()
}
}
Exceptions
An error has occurred during Bioseal Library execution.
int id3BiosealUserAuthentication_GetMethod (ID3_BIOSEAL_USER_AUTHENTICATION hUserAuthentication, id3BiosealUserAuthenticationMethod * eMethod)
Returns