Click or drag to resize
TerminologyProviderCredentialStore Class
This class represents a storage mechanism for terminology provider credentials.
Inheritance Hierarchy
SystemObject
  Sdl.Terminology.TerminologyProvider.CoreTerminologyProviderCredentialStore

Namespace: Sdl.Terminology.TerminologyProvider.Core
Assembly: Sdl.Terminology.TerminologyProvider.Core (in Sdl.Terminology.TerminologyProvider.Core.dll) Version: 12.0.0.0 (12.2.28.0)
Syntax
public class TerminologyProviderCredentialStore : ITerminologyProviderCredentialStore, 
	IXmlSerializable

The TerminologyProviderCredentialStore type exposes the following members.

Constructors
  NameDescription
Public methodTerminologyProviderCredentialStore
Initializes a new instance of the TerminologyProviderCredentialStore class
Top
Methods
  NameDescription
Public methodAddCredential
Add a credential for the specified provider Uri
Public methodAddOrUpdateCredential
Add a credential for the specified provider Uri if it does not exists, otherwise update the existing credential
Public methodClear
Clear the store, removing all the credentials
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetCredential
Get the provider credential associated with the specified provider Uri
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetSchema
Gets the xml schema.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodReadXml
Reads the xml from the given reader.
Public methodRemoveCredential
Remove the provider credential from the store
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWriteXml
Writes the xml to the given writer.
Top
Events
  NameDescription
Public eventCredentialsChanged
CredentialsChanged event is fired whenever the credentials are added to or removed from the store.
Top
See Also