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 1515 <option selected value =" none" >None</option >
1616 <option value =" indirect" >Indirect</option >
1717 <option value =" direct" >Direct</option >
18+ <option value =" enterprise" >Enterprise</option >
1819 </select >
1920 </div >
2021 </div >
Original file line number Diff line number Diff line change @@ -27,5 +27,11 @@ public enum AttestationConveyancePreference
2727 /// This value indicates that the Relying Party wants to receive the attestation statement as generated by the authenticator.
2828 /// </summary>
2929 [ 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
3137}
You can’t perform that action at this time.
0 commit comments