Show / Hide Table of Contents

    Class CredentialedClientConfig

    This is the configuration for clients that use real credentials provided by users at runtime. In these configurations the client and function app share the information required to encrypt and decrypt the connection information.

    Inheritance
    System.Object
    CredentialedClientConfig
    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:AzureFunctionsForSharePoint.Core
    Assembly:AzureFunctionsForSharePoint.Core.dll
    Syntax
    public class CredentialedClientConfig

    Properties

    | Improve this Doc View Source

    Password

    The password used to derive the encryption key.

    Declaration
    public string Password { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Salt

    The key salt used to derive the encryption key.

    Declaration
    public string Salt { get; set; }
    Property Value
    Type Description
    System.String

    See Also

    System.Security.Cryptography.Rfc2898DeriveBytes
    • Improve this Doc
    • View Source
    Back to top Copyright © 2016 InstantQuick
    View project on Github