dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlAuthenticationPromptEventArgs Class / Name Property

In This Topic
    Name Property (PgSqlAuthenticationPromptEventArgs)
    In This Topic
    Gets the name of the authentication method.
    Syntax
    'Declaration
     
    Public ReadOnly Property Name As String
    public string Name {get;}

    Property Value

    The name of the authentication method, for example, "CryptoCARD Authentication".
    Remarks
    Can be empty.
    See Also