Certificate.IssuedTo property
Returns to whom the digital certificate is issued.
Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)
Syntax
'Declaration
ReadOnly Property IssuedTo As String
Get
'Usage
Dim instance As Certificate
Dim value As String
value = instance.IssuedTo
string IssuedTo { get; }
Property value
Type: System.String