Class AuthenticationExtension

Definition

Namespace:
Tizen.Security.WebAuthn
Assembly:
Tizen.Security.WebAuthn.dll

Authenticator extension.

C#
Copy
public class AuthenticationExtension
Inheritance
object
AuthenticationExtension

Constructors

View Source

AuthenticationExtension(byte[], byte[])

Initializes a new instance of the AuthenticationExtension class.

Declaration
C#
Copy
public AuthenticationExtension(byte[] extensionId, byte[] extensionValue)
Parameters
Type Name Description
byte[] extensionId

Extension Identifier defined in the following registry: https://www.iana.org/assignments/webauthn/webauthn.xhtml#webauthn-extension-ids

byte[] extensionValue

Extension value.

Properties

View Source

ExtensionId

Gets the extension identifier.

Declaration
C#
Copy
public byte[] ExtensionId { get; init; }
Property Value
Type Description
byte[]

The binary data of the extension indentifier.

View Source

ExtensionValue

Gets the extension value.

Declaration
C#
Copy
public byte[] ExtensionValue { get; init; }
Property Value
Type Description
byte[]

The binary data of the extension value.