Search Results for

    Show / Hide Table of Contents

    Class DefaultCredentialProvider

    Default simplic studio credential provider

    Inheritance
    System.Object
    DefaultCredentialProvider
    Implements
    ICredentialProvider
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.CredentialProvider
    Assembly: Simplic.CredentialProvider.Default.dll
    Syntax
    public class DefaultCredentialProvider : ICredentialProvider

    Methods

    | Improve this Doc View Source

    CheckCredentials(String, String, String, String)

    Check credentials using the simplic login system

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

    Not required

    System.String userName

    User name (required)

    System.String rawPassword

    Entered password (required)

    System.String encryptedPassword

    Encrypted password (required)

    Returns
    Type Description
    System.Boolean

    True if the login was successfull

    Implements

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