@@ -1232,7 +1232,7 @@ public void TestAuthenticatorAssertionRawResponse()
1232
1232
{
1233
1233
Response = assertion ,
1234
1234
Type = PublicKeyCredentialType . PublicKey ,
1235
- Id = [ 0xf1 , 0xd0 ] ,
1235
+ Id = "8dA" ,
1236
1236
RawId = [ 0xf1 , 0xd0 ] ,
1237
1237
ClientExtensionResults = new AuthenticationExtensionsClientOutputs
1238
1238
{
@@ -1258,7 +1258,7 @@ public void TestAuthenticatorAssertionRawResponse()
1258
1258
}
1259
1259
} ;
1260
1260
Assert . Equal ( PublicKeyCredentialType . PublicKey , assertionResponse . Type ) ;
1261
- Assert . Equal ( [ 0xf1 , 0xd0 ] , assertionResponse . Id ) ;
1261
+ Assert . Equal ( "8dA" , assertionResponse . Id ) ;
1262
1262
Assert . Equal ( [ 0xf1 , 0xd0 ] , assertionResponse . RawId ) ;
1263
1263
Assert . Equal ( [ 0xf1 , 0xd0 ] , assertionResponse . Response . AuthenticatorData ) ;
1264
1264
Assert . Equal ( [ 0xf1 , 0xd0 ] , assertionResponse . Response . Signature ) ;
@@ -1308,7 +1308,7 @@ public async Task TestAuthenticatorAssertionTypeNotPublicKey()
1308
1308
{
1309
1309
Response = assertion ,
1310
1310
Type = PublicKeyCredentialType . Invalid ,
1311
- Id = [ 0xf1 , 0xd0 ] ,
1311
+ Id = "8dA" ,
1312
1312
RawId = [ 0xf1 , 0xd0 ] ,
1313
1313
ClientExtensionResults = new AuthenticationExtensionsClientOutputs
1314
1314
{
@@ -1446,7 +1446,7 @@ public async Task TestAuthenticatorAssertionRawIdMissing()
1446
1446
{
1447
1447
Response = assertion ,
1448
1448
Type = PublicKeyCredentialType . PublicKey ,
1449
- Id = [ 0xf1 , 0xd0 ] ,
1449
+ Id = "8dA" ,
1450
1450
ClientExtensionResults = new AuthenticationExtensionsClientOutputs ( )
1451
1451
{
1452
1452
AppID = false ,
@@ -1514,7 +1514,7 @@ public async Task TestAuthenticatorAssertionUserHandleEmpty()
1514
1514
{
1515
1515
Response = assertion ,
1516
1516
Type = PublicKeyCredentialType . PublicKey ,
1517
- Id = [ 0xf1 , 0xd0 ] ,
1517
+ Id = "8dA" ,
1518
1518
RawId = [ 0xf1 , 0xd0 ] ,
1519
1519
ClientExtensionResults = new AuthenticationExtensionsClientOutputs ( )
1520
1520
{
@@ -1583,7 +1583,7 @@ public async Task TestAuthenticatorAssertionUserHandleNotOwnerOfPublicKey()
1583
1583
{
1584
1584
Response = assertion ,
1585
1585
Type = PublicKeyCredentialType . PublicKey ,
1586
- Id = [ 0xf1 , 0xd0 ] ,
1586
+ Id = "8dA" ,
1587
1587
RawId = [ 0xf1 , 0xd0 ] ,
1588
1588
ClientExtensionResults = new AuthenticationExtensionsClientOutputs ( )
1589
1589
{
@@ -1652,7 +1652,7 @@ public async Task TestAuthenticatorAssertionTypeNotWebAuthnGet()
1652
1652
{
1653
1653
Response = assertion ,
1654
1654
Type = PublicKeyCredentialType . PublicKey ,
1655
- Id = [ 0xf1 , 0xd0 ] ,
1655
+ Id = "8dA" ,
1656
1656
RawId = [ 0xf1 , 0xd0 ] ,
1657
1657
ClientExtensionResults = new AuthenticationExtensionsClientOutputs
1658
1658
{
@@ -1723,7 +1723,7 @@ public async Task TestAuthenticatorAssertionAppId()
1723
1723
{
1724
1724
Response = assertion ,
1725
1725
Type = PublicKeyCredentialType . PublicKey ,
1726
- Id = [ 0xf1 , 0xd0 ] ,
1726
+ Id = "8dA" ,
1727
1727
RawId = [ 0xf1 , 0xd0 ] ,
1728
1728
ClientExtensionResults = new AuthenticationExtensionsClientOutputs ( )
1729
1729
{
@@ -1793,7 +1793,7 @@ public async Task TestAuthenticatorAssertionInvalidRpIdHash()
1793
1793
{
1794
1794
Response = assertion ,
1795
1795
Type = PublicKeyCredentialType . PublicKey ,
1796
- Id = [ 0xf1 , 0xd0 ] ,
1796
+ Id = "8dA" ,
1797
1797
RawId = [ 0xf1 , 0xd0 ] ,
1798
1798
ClientExtensionResults = new AuthenticationExtensionsClientOutputs ( )
1799
1799
{
@@ -1864,7 +1864,7 @@ public async Task TestAuthenticatorAssertionUPRequirementNotMet()
1864
1864
{
1865
1865
Response = assertion ,
1866
1866
Type = PublicKeyCredentialType . PublicKey ,
1867
- Id = [ 0xf1 , 0xd0 ] ,
1867
+ Id = "8dA" ,
1868
1868
RawId = [ 0xf1 , 0xd0 ] ,
1869
1869
ClientExtensionResults = new AuthenticationExtensionsClientOutputs
1870
1870
{
@@ -1934,7 +1934,7 @@ public async Task TestAuthenticatorAssertionUVPolicyNotMet()
1934
1934
{
1935
1935
Response = assertion ,
1936
1936
Type = PublicKeyCredentialType . PublicKey ,
1937
- Id = [ 0xf1 , 0xd0 ] ,
1937
+ Id = "8dA" ,
1938
1938
RawId = [ 0xf1 , 0xd0 ] ,
1939
1939
ClientExtensionResults = new AuthenticationExtensionsClientOutputs
1940
1940
{
@@ -2002,7 +2002,7 @@ public async Task TestAuthenticatorAssertionBEPolicyRequired()
2002
2002
{
2003
2003
Response = assertion ,
2004
2004
Type = PublicKeyCredentialType . PublicKey ,
2005
- Id = [ 0xf1 , 0xd0 ] ,
2005
+ Id = "8dA" ,
2006
2006
RawId = [ 0xf1 , 0xd0 ] ,
2007
2007
ClientExtensionResults = new AuthenticationExtensionsClientOutputs ( )
2008
2008
{
@@ -2071,7 +2071,7 @@ public async Task TestAuthenticatorAssertionBEPolicyDisallow()
2071
2071
{
2072
2072
Response = assertion ,
2073
2073
Type = PublicKeyCredentialType . PublicKey ,
2074
- Id = [ 0xf1 , 0xd0 ] ,
2074
+ Id = "8dA" ,
2075
2075
RawId = [ 0xf1 , 0xd0 ] ,
2076
2076
ClientExtensionResults = new AuthenticationExtensionsClientOutputs
2077
2077
{
@@ -2140,7 +2140,7 @@ public async Task TestAuthenticatorAssertionBSPolicyRequired()
2140
2140
{
2141
2141
Response = assertion ,
2142
2142
Type = PublicKeyCredentialType . PublicKey ,
2143
- Id = [ 0xf1 , 0xd0 ] ,
2143
+ Id = "8dA" ,
2144
2144
RawId = [ 0xf1 , 0xd0 ] ,
2145
2145
ClientExtensionResults = new AuthenticationExtensionsClientOutputs
2146
2146
{
@@ -2209,7 +2209,7 @@ public async Task TestAuthenticatorAssertionBSPolicyDisallow()
2209
2209
{
2210
2210
Response = assertion ,
2211
2211
Type = PublicKeyCredentialType . PublicKey ,
2212
- Id = [ 0xf1 , 0xd0 ] ,
2212
+ Id = "8dA" ,
2213
2213
RawId = [ 0xf1 , 0xd0 ] ,
2214
2214
ClientExtensionResults = new AuthenticationExtensionsClientOutputs
2215
2215
{
@@ -2279,7 +2279,7 @@ public async Task TestAuthenticatorAssertionStoredPublicKeyMissing()
2279
2279
{
2280
2280
Response = assertion ,
2281
2281
Type = PublicKeyCredentialType . PublicKey ,
2282
- Id = [ 0xf1 , 0xd0 ] ,
2282
+ Id = "8dA" ,
2283
2283
RawId = [ 0xf1 , 0xd0 ] ,
2284
2284
ClientExtensionResults = new AuthenticationExtensionsClientOutputs ( )
2285
2285
{
@@ -2348,7 +2348,7 @@ public async Task TestAuthenticatorAssertionInvalidSignature()
2348
2348
{
2349
2349
Response = assertion ,
2350
2350
Type = PublicKeyCredentialType . PublicKey ,
2351
- Id = [ 0xf1 , 0xd0 ] ,
2351
+ Id = "8dA" ,
2352
2352
RawId = [ 0xf1 , 0xd0 ] ,
2353
2353
ClientExtensionResults = new AuthenticationExtensionsClientOutputs ( )
2354
2354
{
@@ -2424,7 +2424,7 @@ public async Task TestAuthenticatorAssertionSignCountSignature()
2424
2424
{
2425
2425
Response = assertion ,
2426
2426
Type = PublicKeyCredentialType . PublicKey ,
2427
- Id = [ 0xf1 , 0xd0 ] ,
2427
+ Id = "8dA" ,
2428
2428
RawId = [ 0xf1 , 0xd0 ] ,
2429
2429
ClientExtensionResults = new AuthenticationExtensionsClientOutputs ( )
2430
2430
{
0 commit comments