Class TranslationProviderCredential
Represents a credential for a translation provider that can be stored in a ITranslationProviderCredentialStore.
Inheritance
System.Object
TranslationProviderCredential
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.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 |
---|---|---|
System.String | credential | credential |
System.Boolean | persist | persist |
Properties
Credential
Credential property represents the credential.
Declaration
public string Credential { get; }
Property Value
Type | Description |
---|---|
System.String |
Persist
Persist property represents whether the credential will be persisted.
Declaration
public bool Persist { get; }
Property Value
Type | Description |
---|---|
System.Boolean |