AssemblyIdentity.IsStrongName Property

Definition

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.

Applies to