MCTS Certification: Exam Terms and Definitions

Microsoft Certification - Exam Help

  • Increase font size
  • Default font size
  • Decrease font size
Home > Signature
MCTS - Exam 70-536: Signature

Signature

E-mail Print PDF

Signature, Signing a File, Digital Signatures

Not unlike our very own by hand-signatures, these are used for identification and verification purposes.  Similarly like these monikers or marks, these return types for members are parameter counts, or types used to see if someone/source is who they say they are, tracing origin, source, authorization, etc.  A user and data security measure and dynamic enabler of sorts developers and programmers can use for a variety of purposes. Digital signatures do not provide the security and secrecy of the information, data or content – that has to be specified and encrypted separately.

Signature algorithms, digital signatures, encryption cryptography, authentication, authorization, credentials, certificates et al. are all examples of identification, access, security measures found in programming and electronics. There are signatures for delegates, members, event handlers etc. the gatekeepers and security enablers in this realm. Signatures is a building block fundamental of the .NET Frameworks environment. Matching of these signatures are essential for successful operation, connection, access et al. Digital signatures provide host evidence, assembly signatures form part of application security for example as well. When and how to use this form of cryptography, algorithms is an essential basic skill needed for the .NET framework environment , for URL’s for example.

Digital signatures are values that can be appended to electronic data to prove  a legitimate source, origin, verification (specific private keys), (public-keys as well). They give and confirm the identity of  sender and keeps the integrity of the data intact. Verification and authentication processes confirm/deny, allow or bar access.

There are different classes of signatures: DSA and RSA CryptoServiceProvider respectively, with different algorithms, but similar functionality, following separate signing and verifying processes, methods and procedures, using asymmetric encryption. How to generate and verify a digital signature, to confirm who the creator, source, origin of the file, data or information, request actually is.

Key Exam Points

  1. Use Digital Signatures for a variety of purposes and applications, security, verification, for C# and VB.
  2. For the exam,  study practical, real life and practice examples for creating, using and maintaining digital signatures, that help you to gain a better understanding of this topic

Related Terms

ACL, AES, Role-based security (RBS), SACL, Digital Signature.

 

This article is based on the 2nd edition of the Microsoft .Net Framework Application Training Kit with the purpose to help 70-536 Exam takers to succeed. I constantly look for ways to improve the content.   Please leave a comment about this article or drop me a message if you would like to see changes for this site.

Last Updated on Monday, 02 March 2009 22:33  
0 Votes