Show / Hide Table of Contents

    Class CredentialWithApiKey

    Inheritance
    System.Object
    Credential
    CredentialWithApiKey
    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.CredentialWithApiKey
    Assembly: Crosser.EdgeNode.Flows.Abstractions.dll
    Syntax
    public class CredentialWithApiKey : Credential

    Properties

    ApiKey

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

    Back to top Crosser SDK