File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 15
15
<option selected value =" none" >None</option >
16
16
<option value =" indirect" >Indirect</option >
17
17
<option value =" direct" >Direct</option >
18
+ <option value =" enterprise" >Enterprise</option >
18
19
</select >
19
20
</div >
20
21
</div >
Original file line number Diff line number Diff line change @@ -27,5 +27,11 @@ public enum AttestationConveyancePreference
27
27
/// This value indicates that the Relying Party wants to receive the attestation statement as generated by the authenticator.
28
28
/// </summary>
29
29
[ EnumMember ( Value = "direct" ) ]
30
- Direct
30
+ Direct ,
31
+
32
+ /// <summary>
33
+ /// This value indicates that the Relying Party wants to receive an attestation statement that may include uniquely identifying information.
34
+ /// </summary>
35
+ [ EnumMember ( Value = "enterprise" ) ]
36
+ Enterprise
31
37
}
You can’t perform that action at this time.
0 commit comments