Click or drag to resize

ContentConverterProviderGetConverter Method

Return registered singleton instance of content converter.

Namespace:  ASDSoft.WebSigner.Server.Content.Converters
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
public IContentConverter GetConverter(
	string name
)

Parameters

name
Type: SystemString
Name of registered content converter (Text, HashBase64, BinaryDataBase64, DelayHash, DelayData)

Return Value

Type: IContentConverter
Singleton instance for specified name
Exceptions
ExceptionCondition
KeyNotFoundExceptionThe property is retrieved and key does not exist in the collection.
See Also