Skip to content

Commit 0de90bf

Browse files
Merge pull request #256 from regulaforensics/feature/48461
48461 - Add LivenessChecks() to Authenticity
2 parents dab83d6 + c269b63 commit 0de90bf

File tree

1 file changed

+5
-0
lines changed
  • src/Regula.DocumentReader.WebClient/Model/Ext/Autheticity

1 file changed

+5
-0
lines changed

src/Regula.DocumentReader.WebClient/Model/Ext/Autheticity/Autheticity.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ public static SecurityFeatureChecks UvLuminescenceChecks(this AuthenticityCheckL
99
{
1010
return auth.securityFeatureOrNull(AuthenticityResultType.UV_LUMINESCENCE);
1111
}
12+
13+
public static SecurityFeatureChecks LivenessChecks(this AuthenticityCheckList auth)
14+
{
15+
return auth.securityFeatureOrNull(AuthenticityResultType.LIVENESS);
16+
}
1217

1318
public static SecurityFeatureChecks IrB900Checks(this AuthenticityCheckList auth)
1419
{

0 commit comments

Comments
 (0)