ResourceHandler.IsStronglyNamedAssembly Method ()
Determines whether the specified assembly path represents an assembly that is strongly named.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public bool IsStronglyNamedAssembly()
public:
bool IsStronglyNamedAssembly()
Public Function IsStronglyNamedAssembly As Boolean
Return Value
Type: System.Boolean
A System.Boolean: true if the specified assembly path represents an assembly that is strongly named; otherwise, false.
See Also
ResourceHandler Class
Microsoft.WindowsServerSolutions.Common Namespace
Return to top