| Type | Reason |
|---|
| Aes | Documentation for this section has not yet been entered. |
| AsnEncodedData | Documentation for this section has not yet been entered. |
| AsnEncodedDataCollection | Documentation for this section has not yet been entered. |
| AsnEncodedDataEnumerator | Documentation for this section has not yet been entered. |
| AsymmetricAlgorithm | Abstract base class for all cryptographic asymmetric algorithms.
Available algorithms include:
|
| AsymmetricKeyExchangeDeformatter | Abstract base class for all asymmetric key exchange deformatter. Available derived classes:
|
| AsymmetricKeyExchangeFormatter | Abstract base class for all asymmetric key exchange formatter. Available derived classes:
|
| AsymmetricSignatureDeformatter | Abstract base class for all asymmetric signature deformatter. Available derived classes:
|
| AsymmetricSignatureFormatter | Abstract base class for all asymmetric signature formatter. Available derived classes:
|
| CryptoAPITransform | An ICryptoTransform implementation to access CryptoAPI unmanaged algorithms. |
| CryptoConfig | Cryptographic configuration class to access the default and overidden (machine.config) configuration settings. |
| CryptographicAttributeObject | Documentation for this section has not yet been entered. |
| CryptographicAttributeObjectCollection | Documentation for this section has not yet been entered. |
| CryptographicAttributeObjectEnumerator | Documentation for this section has not yet been entered. |
| CryptographicException | This exception is thrown for cryptographic errors. |
| CryptographicUnexpectedOperationException | This exception is thrown for unexpected cryptographic errors. |
| CryptoStream | A cryptographic stream class using transforms that can be chained on other streams. |
| CspKeyContainerInfo | Documentation for this section has not yet been entered. |
| CspParameters | Contains information passed to Cryptographic Service Providers (CSP). |
| DeriveBytes | Abstract base class for all classes that derive a byte stream from some informations. |
| DES | Abstract base class for all implementations of the Data Encryption Standard. A 64 bits (56 bits effective) symmetric cipher. |
| DESCryptoServiceProvider | Managed implementation of the Data Encryption Standard (DES), a 64 bits (56 bits effective) symmetric cipher. |
| DSA | Abstract base class for all implementations of the Digital Signature Algorithm (DSA) algorithm. |
| DSACryptoServiceProvider | Managed implementation of the Digital Signature Algorithm (DSA) algorithm. |
| DSASignatureDeformatter | Signature verification using the DSA algorithm. |
| DSASignatureFormatter | Signature generation using the DSA algorithm. |
| FromBase64Transform | Creates a new instance of the Base64 decoder with the default transformation mode (IgnoreWhiteSpaces).
|
| HashAlgorithm | Common base class for all hash algorithm implementations. Available algorithms include:
|
| HMAC | Documentation for this section has not yet been entered. |
| HMACMD5 | Documentation for this section has not yet been entered. |
| HMACRIPEMD160 | Documentation for this section has not yet been entered. |
| HMACSHA1 | Managed implementation of the HMAC mechanism using SHA1 as it's hashing algorithm. |
| HMACSHA256 | Documentation for this section has not yet been entered. |
| HMACSHA384 | Documentation for this section has not yet been entered. |
| HMACSHA512 | Documentation for this section has not yet been entered. |
| KeyedHashAlgorithm | Abstract base class for all keyed-hash algorithm implementations. Available algorithms include:
|
| KeySizes | This class represents valid ranges of key sizes for ciphers. It is also used to represent block sizes in the same fashion for block ciphers. |
| MACTripleDES | Managed implementation of the MAC mechanism using the TripleDES symmetric algorithm. |
| MaskGenerationMethod | Abstract base class for all cryptographic mask functions. Available algorithms include:
|
| MD5 | Common base class for all derived MD5 implementations. |
| MD5CryptoServiceProvider | Implementation of the MD5 cryptographic hash function. |
| Oid | Documentation for this section has not yet been entered. |
| OidCollection | Documentation for this section has not yet been entered. |
| OidEnumerator | Documentation for this section has not yet been entered. |
| PasswordDeriveBytes | Implement PKCS #5 (Password-Based Cryptography Standard) password-based key derivation. |
| PKCS1MaskGenerationMethod | This class implements MGF1 from PKCS#1: RSA Cryptography Standard (http://www.rsasecurity.com/rsalabs/pkcs/pkcs-1/index.html). |
| ProtectedData | Documentation for this section has not yet been entered. |
| ProtectedMemory | Documentation for this section has not yet been entered. |
| RandomNumberGenerator | Abtract base class for all implementations of cryptographic-quality random number generators (RNG). |
| RC2 | Abtract base class for all implementations of RC2(r). |
| RC2CryptoServiceProvider | Managed implementation of the RC2(r) symmetric algorithm. |
| Rfc2898DeriveBytes | Documentation for this section has not yet been entered. |
| Rijndael | Rijndael is a symmetric block cipher supporting block and key sizes of 128, 192 and 256 bits. It has been chosen as the AES cipher.
|
| RijndaelManaged | Managed implementation of the Rijndael symmetric algorithm, also known as Advanced Encryption Standard (AES). |
| RijndaelManagedTransform | Documentation for this section has not yet been entered. |
| RIPEMD160 | Documentation for this section has not yet been entered. |
| RIPEMD160Managed | Documentation for this section has not yet been entered. |
| RNGCryptoServiceProvider | The Mono:: runtime pseudo-random number generator (RNG). |
| RSA | Abtract base class for all implementations of RSA public key algorithm. |
| RSACryptoServiceProvider | Managed implementation of the RSA asymmetric algorithm. |
| RSAOAEPKeyExchangeDeformatter | An asymmetric deformater (decrypt) for key exchange executed with the Optimal Asymmetric Encryption Padding (OAEP). |
| RSAOAEPKeyExchangeFormatter | An asymmetric formater (encrypt) for key exchange executed with the Optimal Asymmetric Encryption Padding (OAEP). |
| RSAPKCS1KeyExchangeDeformatter | An asymmetric deformater (decrypt) for key exchange executed with the PKCS#1 padding. |
| RSAPKCS1KeyExchangeFormatter | An asymmetric formater (encrypt) for key exchange executed with the PKCS#1 padding. |
| RSAPKCS1SignatureDeformatter | An asymmetric deformater (verification) for signature generated using the PKCS#1 padding. |
| RSAPKCS1SignatureFormatter | An asymmetric formater to produce signatures using the PKCS#1 padding. |
| SHA1 | Common base class for all derived SHA1 implementations. |
| SHA1CryptoServiceProvider | Implementation of the SHA1 cryptographic hash function. |
| SHA1Managed | Managed implementation of the SHA1 cryptographic hash function. |
| SHA256 | Common base class for all derived SHA256 implementations. |
| SHA256Managed | Managed implementation of the SHA256 cryptographic hash function. |
| SHA384 | Common base class for all derived SHA384 implementations. |
| SHA384Managed | Managed implementation of the SHA384 cryptographic hash function. |
| SHA512 | Common base class for all derived SHA512 implementations. |
| SHA512Managed | Managed implementation of the SHA512 cryptographic hash function. |
| SignatureDescription | Utility class to regroup the formatter, deformatter, digest (hash) and key algorithm used for generating (or verifying) a digital signature. |
| SymmetricAlgorithm | Abstract base class for all cryptographic symmetric algorithms. Available algorithms include:
|
| ToBase64Transform | A non-cryptographic transform to convert binary data to base64. |
| TripleDES | Abtract base class for all implementations of Triple DES. |
| TripleDESCryptoServiceProvider | Managed implementation of the Triple Data Encryption Standard (3DES), a 192 bits (168 bits effective) symmetric cipher. |