# CredentialsResponse

Namespace: **Wisej.Ext.WebAuthn**

Assembly: **Wisej.Ext.WebAuthn** (3.2.0.0)

Represents the result of a request for credentials from the client.

{% tabs %}
{% tab title="C#" %}

```csharp
public class CredentialsResponse
```

{% endtab %}

{% tab title="VB.NET" %}

```visual-basic
Public Class CredentialsResponse
```

{% endtab %}
{% endtabs %}

## Constructors

### ![](https://2248866391-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MFp7MR1wemvcC5891_r%2F-MirBc8UH2o1iZfh0jrC%2F-MirBsnmjWIxMsN8l0Ms%2Finstance.png?alt=media\&token=dff77e9a-7d55-4c1e-9ef7-ac9092f4f565)CredentialsResponse()

## Properties

### ![](https://2248866391-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MFp7MR1wemvcC5891_r%2F-MirBc8UH2o1iZfh0jrC%2F-MirBsnmjWIxMsN8l0Ms%2Finstance.png?alt=media\&token=dff77e9a-7d55-4c1e-9ef7-ac9092f4f565)AuthenticatorData

[AuthenticatorData](https://docs.wisej.com/extensions/extensions/webauthn/api/wisej.ext.webauthn.authenticatordata): The authenticator data provided by the client.

### ![](https://2248866391-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MFp7MR1wemvcC5891_r%2F-MirBc8UH2o1iZfh0jrC%2F-MirBsnmjWIxMsN8l0Ms%2Finstance.png?alt=media\&token=dff77e9a-7d55-4c1e-9ef7-ac9092f4f565)ClientData

[ClientData](https://docs.wisej.com/extensions/extensions/webauthn/api/wisej.ext.webauthn.clientdata): The client data provided by the client.

See: [#dictdef-collectedclientdata](https://w3c.github.io/webauthn/#dictdef-collectedclientdata).

### ![](https://2248866391-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MFp7MR1wemvcC5891_r%2F-MirBc8UH2o1iZfh0jrC%2F-MirBsnmjWIxMsN8l0Ms%2Finstance.png?alt=media\&token=dff77e9a-7d55-4c1e-9ef7-ac9092f4f565)Signature

[Byte\[\]](https://docs.microsoft.com/en-us/dotnet/api/system.byte): Represents an assertion by the authenticator that the user has consented to a specific transaction.

See: [#webauthn-signature](https://w3c.github.io/webauthn/#webauthn-signature).

### ![](https://2248866391-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MFp7MR1wemvcC5891_r%2F-MirBc8UH2o1iZfh0jrC%2F-MirBsnmjWIxMsN8l0Ms%2Finstance.png?alt=media\&token=dff77e9a-7d55-4c1e-9ef7-ac9092f4f565)SignatureCounter

[Int32](https://docs.microsoft.com/en-us/dotnet/api/system.int32): The number of successful calls to authenticatorGetAssertion(). Used for detecting cloned authenticators.

See: [#signature-counter](https://w3c.github.io/webauthn/#signature-counter).

### ![](https://2248866391-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MFp7MR1wemvcC5891_r%2F-MirBc8UH2o1iZfh0jrC%2F-MirBsnmjWIxMsN8l0Ms%2Finstance.png?alt=media\&token=dff77e9a-7d55-4c1e-9ef7-ac9092f4f565)UserHandle

[String](https://docs.microsoft.com/en-us/dotnet/api/system.string): The user handle associated when this public key credential source was created.

See: [#public-key-credential-source-userhandle](https://w3c.github.io/webauthn/#public-key-credential-source-userhandle)
