Click or drag to resize

BinaryContentGetContentTitle Method

Return text description of content for display in client window for selecting a certificate.

Namespace:  ASDSoft.WebSigner.Server.Content
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
public override string GetContentTitle()

Return Value

Type: String
Title text. If not set, than Base64 encoded binary data. Inherited classes can override for custom description text.
See Also