| RsaKey Properties | 
The RsaKey type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Coefficient | 
            Gets or sets the private value inverse-Q.
             | 
|  | Exponent1 | 
            Gets or sets the private value DP.
             | 
|  | Exponent2 | 
            Gets or sets the private value DQ.
             | 
|  | Modulus | 
            Gets or sets the public value N.
             | 
|  | Prime1 | 
            Gets or sets the private value P.
             | 
|  | Prime2 | 
            Gets or sets the private value Q.
             | 
|  | PrivateExponent | 
            Gets or sets the private value D.
             | 
|  | PublicExponent | 
            Gets or sets the public value E.
             | 
|  | Size | 
            Gets the size of the key.
             | 
|  | Type | 
            Gets the key type.
            (Overrides AsymmetricKeyType.) | 
 See Also
See Also