Edit

Share via


TaskAgentPublicKey Class

Definition

Represents the public key portion of an RSA asymmetric key.

[System.Runtime.Serialization.DataContract]
public sealed class TaskAgentPublicKey
type TaskAgentPublicKey = class
Public NotInheritable Class TaskAgentPublicKey
Inheritance
TaskAgentPublicKey
Attributes

Constructors

TaskAgentPublicKey()

Initializes a new TaskAgentPublicKey instance with empty exponent and modulus values.

TaskAgentPublicKey(Byte[], Byte[])

Initializes a new TaskAgentPublicKey instance with the specified exponent and modulus values.

Properties

Exponent

Gets or sets the exponent for the public key.

Modulus

Gets or sets the modulus for the public key.

Methods

Clone()

Applies to