Signature.Issuer Property
Returns a String representing the name of the issuer of the digital certificate that corresponds to the Signature object.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
ReadOnly Property Issuer As String
Get
'Usage
Dim instance As Signature
Dim value As String
value = instance.Issuer
string Issuer { get; }
Property Value
Type: System.String