Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRavi Pratap M <ravi@mono-cvs.ximian.com>2002-01-05 09:10:24 +0300
committerRavi Pratap M <ravi@mono-cvs.ximian.com>2002-01-05 09:10:24 +0300
commit76218d87713add3d406bdc4d8d64e2ee77caab2f (patch)
tree108c3dc3d014315d836f770229b1f7bbf517bbc0 /mcs/class/corlib/System.Security.Cryptography/AsymmetricAlgorithm.cs
parentae13c94258dd984bcb111485a140a1d2dfe7beb1 (diff)
2002-01-05 Ravi Pratap <ravi@ximian.com>
* CryptoAPITransform.cs, DESCryptoProvider.cs : MonoTODO attribute decoration. * HashAlgorithm.cs, MD5.cs, SHA1.cs, SHA256.cs, SHA384.cs : Ditto. * SHA512.cs, SymmetricAlgorithm.cs, ToBase64Transform.cs, AsymmetricAlgorithm.cs, CryptoStream.cs, DSA.cs, DSASignatureDeformatter.cs, DSASignatureFormatter.cs, SignatureDescription.cs : Ditto. svn path=/trunk/mcs/; revision=1848
Diffstat (limited to 'mcs/class/corlib/System.Security.Cryptography/AsymmetricAlgorithm.cs')
-rwxr-xr-xmcs/class/corlib/System.Security.Cryptography/AsymmetricAlgorithm.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/class/corlib/System.Security.Cryptography/AsymmetricAlgorithm.cs b/mcs/class/corlib/System.Security.Cryptography/AsymmetricAlgorithm.cs
index 93ccf9f90e4..e0f57333bab 100755
--- a/mcs/class/corlib/System.Security.Cryptography/AsymmetricAlgorithm.cs
+++ b/mcs/class/corlib/System.Security.Cryptography/AsymmetricAlgorithm.cs
@@ -98,6 +98,7 @@ namespace System.Security.Cryptography {
/// Creates a specific implementation of the given asymmetric algorithm.
/// </summary>
/// <param name="algName">the given algorithm</param>
+ [MonoTODO]
public static AsymmetricAlgorithm Create (string algName) {
// TODO: use reflection to create a new instance of the given algorithm
return null;