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()
Object.MemberwiseClone()
Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
Syntax
public sealed class TranslationProviderCredential
Constructors
TranslationProviderCredential(String, Boolean)
Constructor that takes the given credential and whether to persist.
Declaration
public TranslationProviderCredential(string credential, bool persist)
Parameters
Type | Name | Description |
---|---|---|
String | credential | credential |
Boolean | 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 |
---|---|
Boolean |