Class TranslationProviderCredential
Represents a credential for a translation provider that can be stored in a ITranslation
Inherited Members
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
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 |