public void ImportParameters(System.Security.Cryptography.ECParameters parameters) { ThrowIfObjectDisposed(); if (this.AlgorithmName != AsymmetricAlgName.ECDsa) { throw new InvalidOperationException("Only supported by ECDsa."); } (this.provider as System.Security.Cryptography.ECDsa).ImportParameters(parameters); }
public virtual void ImportParameters(System.Security.Cryptography.ECParameters parameters) { }
public static System.Security.Cryptography.ECDsa Create(System.Security.Cryptography.ECParameters parameters) { throw null; }
public override void ImportParameters(System.Security.Cryptography.ECParameters parameters) { }
public static System.Security.Cryptography.ECDsa Create(System.Security.Cryptography.ECParameters parameters) { return(default(System.Security.Cryptography.ECDsa)); }