Click or drag to resize

BinaryContentTitle Property

Content title 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 string Title { get; set; }

Property Value

Type: String
Remarks
If Title not set, will be use text returned from method GetContentTitle.
See Also