Class AuthenticationExtension

    Definition

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

    Authenticator extension.

    public class AuthenticationExtension
    Inheritance
    object
    AuthenticationExtension

    Constructors

    View Source

    AuthenticationExtension(byte[], byte[])

    Initializes a new instance of the AuthenticationExtension class.

    Declaration
    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
    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
    public byte[] ExtensionValue { get; init; }
    Property Value
    Type Description
    byte[]

    The binary data of the extension value.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX