C# Corner
Tech
News
Videos
Forums
Trainings
Books
Events
More
Interviews
Jobs
Live
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
.NET
ADO.NET
Android
ASP.NET
C#
Databases & DBA
Design Patterns & Practices
Java
Learn iOS Programming
OOP/OOD
SharePoint
Software Testing
Web Development
WPF
View All
1
Reply
How to sign an assembly with strong name?
Chirag Satasiya
9y
1.8k
0
Reply
Delete Row
Delete Column
Insert Link
×
Insert
Cancel
Embed YouTube Video
×
Width (%)
Height (%)
Insert
Cancel
Table Options
×
Rows
Columns
First row as header
Create Table
Insert Image
×
Selected file:
Alignment
Left
Center
Right
Select an image from your device to upload
Upload to Server
Cancel
Submit
Assemblies are signed with help of strong name key file.Strong name key files are having an extension of .snk. Referring the .snk file in your project will make your assembly as strongly named assembly. Open “AssemblyInfo.cs” file from your project. Add following line at the end of you code: [assembly: AssemblyKeyFile("c:\ DemoKeyFile.snk")]
Chirag Satasiya
9y
0
What are strong name assemblies?
How to generate strong name key file or which command is used to generated strong name key file?
Message