Ejemplo n.º 1
0
 public RsaFunction(RsaKey key) : base(key)
 {
 }
Ejemplo n.º 2
0
 public static IRSA Create(RsaKey key) => new RsaFunction(key);