RSAKeyValue Class

Definition

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.

Applies to