Show / Hide Table of Contents

    Class CredentialWithConnectionString

    Inheritance
    System.Object
    Credential
    CredentialWithConnectionString
    Inherited Members
    Credential.ATTRIBUTE
    Credential.Id
    Credential.Data
    Credential.AlgorithmId
    Credential.EncryptionKeyId
    Credential.CredentialType
    Credential.ToString()
    Credential.ToCredential<T>()
    Credential.ToCredential<T>(Credential)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Crosser.EdgeNode.Flows.Abstractions.CredentialWithConnectionString
    Assembly: Crosser.EdgeNode.Flows.Abstractions.dll
    Syntax
    public class CredentialWithConnectionString : Credential

    Properties

    ConnectionString

    Declaration
    [JsonProperty("connectionString")]
    public string ConnectionString { get; }
    Property Value
    System.String

    Back to top Crosser SDK