Search Results for

    Show / Hide Table of Contents

    Interface ICredentialProvider

    Provider for checking entered credentials

    Namespace: Simplic.Authentication
    Assembly: Simplic.Authentication.dll
    Syntax
    public interface ICredentialProvider

    Methods

    | Improve this Doc View Source

    CheckCredentials(String, String, String, String)

    Cehcl credentials and returns true, if the credentials are valid

    Declaration
    bool CheckCredentials(string domain, string userName, string rawPassword, string encryptedPassword)
    Parameters
    Type Name Description
    System.String domain

    User domain

    System.String userName

    User name

    System.String rawPassword

    Raw password

    System.String encryptedPassword

    Encrypted password

    Returns
    Type Description
    System.Boolean

    True if the credentials are valid

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx