Unix Operating System
Windows application security Unix/Linux and WindowsProgrammingProgramming
Questions
Which of the following .Net cryptographic classes defines a wrapper objects to access the CSP implementation of the RC2 algorithms?
- RC2CryptoServiceProvider
- RC2
- RSACryptoServiceProvider
- ProtectedMemory
- Oid
Which of the following objects populates a DataSet and resolves updates with the data source?
- DataReader
- DataAdapter
- Command
- Connection
- Transaction
Which of the following cryptography classes computes the MD5 hash value for the input data using the implementation provided by the CSP?
- MD5
- MD5Cng
- MD5CryptoServiceProvider
- Oid
- ProtectedData
Which of the following is a helper object that automatically generates command properties of a DataAdapter?
- Command
- Connection
- Transaction
- CommandBuilder
- DataReader
Which of the following provides a simple way to create and manage the contents of a connection strings used by the connection objects?
- Transaction
- Connection
- DataReader
- Command
- ConnectionStringBuilder
Which of the following classes implements password based key derivation functionality, PBKDF2, by using a pseudo random generator based on HMACSHA1?
- PasswordDeriveBytes
- Rfc2898DerivesBytes
- RandomNumberGenerator
- ProtectedData
- ProtectingMemory
Which of the following. Net Cryptographic classes computes the SHA256 hash for the input data using the managed library?
- SHA256Cng
- SHA256CryptoServiceProvider
- SHA256Mananged
- SHA1Managed
- RijndaelManaged
Which of the following DataAdapter methods creates a copy of the instance of DataAdapter?
- CreateObjRef
- CloneInternals
- CreateTableMappings
- Equals
- ConnectionString
Which of the following DataAdapter methods is used to add a DataTable to the specified DataSet?
- CreateTableMappings
- Fill
- FillSchema
- Equals
- ConnectionString
Which of the following cryptographic classes computes the SHA256 hash for the input data?
- SHA1
- SHA256
- ShA256Cng
- SHA256CryptoServiceProvider
- ProtectedData
Which of the following classes provides a Cryptography Next Generation implementation of the Secure Hash Algorithm for 384 bit hash values?
- SHA384
- SHA384Manged
- SHA256Cng
- SHA384Cng
- SHA1Cng
Which of the following methods gets the attributes set by the user, while executing an SQL SELECT statement?
- Fill
- GetFillParameters
- GetHashCode
- Equals
- GetType
Which of the following classes defines a wrapper object to access the CSP implementation of the SHA384 algorithm?
- SHA384
- SHA384CryptoServiceProvider
- SHA384Managed
- SHA256CryptoServiceProvider
- SHA1CryptoServiceProvider
Which of the following methods releases unmanaged resources and performs other cleanup operations before the component is reclaimed by garbage collection?
- Finalize
- GetHashCode
- Fill
- CreateObjRef
- DataSource
Which of the following .Net cryptographic classes creates Optimal Asymmetric Encryption Padding key exchange data using RSA?
- RSA
- RSAOAEPKeyExchangeDeformatter
- RSAOAEPKeyExchangeFormatter
- RSAPKCS1KeyExchangeFormatter
- ProtectedData