System Security
Cryptography and data protection using .NET Framework security classes
Questions
Which of the following classes represents the abstract class from which all implementations of cryptographic random number generators derive?
- RandomNumberGeneratorCSP
- Rijndael
- RC2
- Cryptographic hashes
- RandomNumberGenerator
Which of the following cryptographic classes represents a read-only set of ManifestSignatureInformation objects?
- ManifestSignatureInformation
- StrongNameSignatureInformation
- Cryptographic signing
- ManifestSignatureInformationCollection
- Oid
Which of the following encryptions uses a single shared key to encrypt and decrypt data?
- Asymmetric encryption
- Cryptographic hashes
- Symmetric encryption
- TripleDES
- OidCollection
Which of the following cryptographic classes computes a hash-based message authentication code using secure hash algorithm 512 hash function?
- HMACSHA1
- HMACMD5
- HMACSHA512
- SHA512
- OidCollection
Which of the following is used by the common language runtime for implementing symmetric algorithms and hash algorithms?
- CryptoStream
- Stream-oriented design
- Cryptographic hashes
- Asymmetric encryption
- Oid
Which of the following cryptosystem classes computes a hash-based message authentication code using the RIPEMD 160 hash function?
- HMACRIPEMD160
- HMACSHA1
- HMACMD5
- RIPEMD160
- Oid
Which of the following cryptosystem classes represents the abstract class from which all mask generator algorithms must derive?
- PKCS1MaskGenerationMethod
- MaskGeneration
- RandomNumberGeneratorCSP
- RSA
- Oid
Which of the following cryptographic classes represents the base class from which all implementations of cryptographic hash algorithms must derive?
- HashAlgorithm
- KeyedHashAlgorithm
- Cryptographic hashes
- Secure hash algorithm 1
- OidCollection
Which of the following cryptographic classes provides methods for protecting and unprotecting data?
- SHA1
- SHA256
- RSA
- ProtectedData
- Cryptographic hashes
Which of the following cryptosystem classes determines the set of valid key sizes for the symmetric cryptographic algorithms?
- Keysizes
- KeyedHashAlgorithm
- CngKey
- AsymmetricKeyExchangeDeformatter
- RC2
Which of the following cryptographic classes provides methods for protecting and unprotecting memory?
- CryptoStream
- ProtectedMemory
- Asymmetric encryption
- CryptoConfig
- OidEnumerator
Which of the following cryptographic classes represents the abstract class from which all implementations of hash based message authentication code must derive?
- HMACMD5
- HMACSHA1
- HMAC
- SHA1
- Cryptographic hashes
Which of the following authorizations checks the ACL of the .aspx handler file to determine whether a user should have access to the file?
- URL authorization
- File authorization
- Cryptographic hashes
- Asymmetric cryptography
- Rijndael