Models a RSA key for serialization.
Identification.
public String KeyId { get; set; }
The standard parameters for the System.Security.Cryptography.RSA algorithm.
public RSAParameters Parameters { get; set; }
In this document