RelyingParty
Namespace: Wisej.Ext.WebAuthn
Assembly: Wisej.Ext.WebAuthn
User account parameters for credential generation.
- C#
- VB.NET
public class RelyingParty
Public Class RelyingParty
Constructors
RelyingParty(id, name)
Creates a new instance of RelyingParty with the given configuration.
| Name | Type | Description |
|---|---|---|
| id | String | The RP ID. |
| name | String | The RP name. |
Properties
ID
String: The user handle of the user account.
Name
String: A human-palatable name for the entity.