| 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 public IContentConverter GetConverter(
string name
)
Parameters
- name
- Type: SystemString
Name of registered content converter (Text, HashBase64, BinaryDataBase64, DelayHash, DelayData)
Return Value
Type:
IContentConverterSingleton instance for specified name
Exceptions Exception | Condition |
---|
KeyNotFoundException | The property is retrieved and key does not exist in the collection. |
See Also