'Declaration
<NotNullAttribute()> ReadOnly Property OrganizationName As String
'Usage
Dim instance As IUAReadOnlyApplicationManifest Dim value As String value = instance.OrganizationName
[NotNull()] string OrganizationName {get;}
'Declaration
<NotNullAttribute()> ReadOnly Property OrganizationName As String
'Usage
Dim instance As IUAReadOnlyApplicationManifest Dim value As String value = instance.OrganizationName
[NotNull()] string OrganizationName {get;}
When not empty, will include the organization name attribute (O=) with the given value in the certificate subject name.
When this property value is empty, the organization name attribute (O=) value will be determined automatically from the application [AssemblyCompany] attribute, or application version info.