We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dab83d6 + c269b63 commit 0de90bfCopy full SHA for 0de90bf
src/Regula.DocumentReader.WebClient/Model/Ext/Autheticity/Autheticity.cs
@@ -9,6 +9,11 @@ public static SecurityFeatureChecks UvLuminescenceChecks(this AuthenticityCheckL
9
{
10
return auth.securityFeatureOrNull(AuthenticityResultType.UV_LUMINESCENCE);
11
}
12
+
13
+ public static SecurityFeatureChecks LivenessChecks(this AuthenticityCheckList auth)
14
+ {
15
+ return auth.securityFeatureOrNull(AuthenticityResultType.LIVENESS);
16
+ }
17
18
public static SecurityFeatureChecks IrB900Checks(this AuthenticityCheckList auth)
19
0 commit comments