Search Results for

    Show / Hide Table of Contents

    Class TranslationProviderCredential

    Represents a credential for a translation provider that can be stored in a ITranslationProviderCredentialStore.

    Inheritance
    object
    TranslationProviderCredential
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
    Syntax
    public sealed class TranslationProviderCredential

    Constructors

    TranslationProviderCredential(string, bool)

    Constructor that takes the given credential and whether to persist.

    Declaration
    public TranslationProviderCredential(string credential, bool persist)
    Parameters
    Type Name Description
    string credential

    credential

    bool persist

    persist

    Properties

    Credential

    Credential property represents the credential.

    Declaration
    public string Credential { get; }
    Property Value
    Type Description
    string

    Persist

    Persist property represents whether the credential will be persisted.

    Declaration
    public bool Persist { get; }
    Property Value
    Type Description
    bool
    In this article
    • Constructors
      • TranslationProviderCredential(string, bool)
    • Properties
      • Credential
      • Persist
    Back to top Generated by DocFX