AssemblyReference.StrongName Property
Gets the strong name for the assembly.
Namespace: VsWebSite
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
Syntax
'Declaration
ReadOnly Property StrongName As String
'Usage
Dim instance As AssemblyReference
Dim value As String
value = instance.StrongName
string StrongName { get; }
property String^ StrongName {
String^ get ();
}
function get StrongName () : String
Property Value
Type: System.String
A string containing the strong name for the assembly.
Remarks
The strong name of the assembly includes the assembly name, locale, version, and key. This property is not intended to be used with assemblies that are not strongly named.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.