Share via


Signature.Signer Property

Returns a String representing the name of the person who attached the digital certificate that corresponds to the Signature object to the document.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
ReadOnly Property Signer As String
    Get
'Usage
Dim instance As Signature
Dim value As String

value = instance.Signer
string Signer { get; }

Property Value

Type: System.String

See Also

Reference

Signature Interface

Signature Members

Microsoft.Office.Core Namespace