Table of Contents

Struct AadhaarValue

Namespace
Veritas.Identity.India
Assembly
Veritas.dll

Represents a validated Indian Aadhaar number.

public readonly struct AadhaarValue
Inherited Members

Constructors

AadhaarValue(string)

Creates a new AadhaarValue.

public AadhaarValue(string value)

Parameters

value string

Properties

Value

Gets the normalized Aadhaar string.

public string Value { get; }

Property Value

string

Methods

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.