Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should publicKeyToken be part of the code? #2

Closed
kaplanlior opened this issue Jun 12, 2018 · 1 comment
Closed

Should publicKeyToken be part of the code? #2

kaplanlior opened this issue Jun 12, 2018 · 1 comment

Comments

@kaplanlior
Copy link

Yes, it's only the token and not the public key, but should be part of the code released?

<assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" culture="neutral" />

@ronenaTourism
Copy link
Contributor

The assembly’s Public Key Token identifies it on a one-to-one basis and as far as we know, it doesn’t reveal any important information or considered as a security threat.
The following link is to Stackoverflow . You can find other related information there.
https://stackoverflow.com/questions/1321419/what-is-the-role-of-public-key-token

@AmirPaz AmirPaz closed this as completed Jul 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants