AssemblyIdentity.IsStrongName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies whether the assembly identity is a strong name.
public:
property bool IsStrongName { bool get(); };
public bool IsStrongName { get; }
member this.IsStrongName : bool
Public ReadOnly Property IsStrongName As Boolean
Property Value
A Boolean
value indicating whether the assembly identity is a strong name. True
if the assembly identity is a strong name; otherwise False
.