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