Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the company name from the certificate that was used to sign the specified file.
Namespace: Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
Syntax
public static string CreateCompanyStringFromFile(
string path
)
public:
static String^ CreateCompanyStringFromFile(
String^ path
)
Public Shared Function CreateCompanyStringFromFile (
path As String
) As String
Parameters
path
Type: System.StringThe path to the add-in package file.
Return Value
Type: System.String
An instance of String that contains the company name.
See Also
Package Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top