コード例 #1
0
 public static byte[] ToBinary(this RSAParameters target)
 {
     return(target.FromKey().ToBinary());
 }