Digital Signature Common name label
Namespace: Spire.Pdf.SecurityAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
[ObsoleteAttribute("This property may be removed in the future, please use the NameLabel property instead.")] public string DigitalSignerLable { get; set; }
<ObsoleteAttribute("This property may be removed in the future, please use the NameLabel property instead.")> Public Property DigitalSignerLable As String Get Set
public: [ObsoleteAttribute(L"This property may be removed in the future, please use the NameLabel property instead.")] property String^ DigitalSignerLable { String^ get (); void set (String^ value); }
[<ObsoleteAttribute("This property may be removed in the future, please use the NameLabel property instead.")>] member DigitalSignerLable : string with get, set