RSAKeyValue Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The RSAKeyValue found inside of the KeyValue element.
public class RSAKeyValue
type RSAKeyValue = class
Public Class RSAKeyValue
- Inheritance
-
RSAKeyValue
Constructors
RSAKeyValue(String, String) |
Creates an RSAKeyValue using the specified modulus and exponent. |
Properties
Exponent |
The exponent of the RSAKeyValue. |
Modulus |
The modulus of the RSAKeyValue. |
Methods
Equals(Object) | Determines whether the specified object is equal to the current object. |
GetHashCode() | Serves as the default hash function. |