TaskAgentPublicKey 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.
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(Byte[], Byte[]) |
Initializes a new |
Properties
Exponent |
Gets or sets the exponent for the public key. |
Modulus |
Gets or sets the modulus for the public key. |
Methods
Clone() |