ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Export.Pdf Assembly / GrapeCity.ActiveReports.Export.Pdf.Page Namespace / Settings Class / SignatureDistinguishedShowLabel Property

In This Topic
    SignatureDistinguishedShowLabel Property
    In This Topic
    Gets/sets value, indicating that label for the Distinguished Name of the certificate should be shown
    Syntax
    'Declaration
     
    Public Property SignatureDistinguishedShowLabel As Nullable(Of Boolean)
    public Nullable<bool> SignatureDistinguishedShowLabel {get; set;}
    Remarks
    This value parsed from strings.
    See Also