RsaKey

Models a RSA key for serialization.

Namespace:
Inetdev.Security.Cryptography
Type:
Class
Public:
Yes
Protected:
No
Sealed:
Yes
Abstract:
No
Inherits from:
System.Object

Constructors

RsaKey

Default constructor

Signature:
public Void RsaKey()

Properties

KeyId

Identification.

Signature:
public String KeyId { get; set; }

Parameters

The standard parameters for the System.Security.Cryptography.RSA algorithm.

Signature:
public RSAParameters Parameters { get; set; }