Class TranslationProviderCredential
Represents a credential for a translation provider that can be stored in a ITranslationProviderCredentialStore.
Inherited Members
Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
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 |