RsaKey

Models a RSA key for serialization.

Namespace:
KpokPatagon.Security.Cryptography
Type:
Class
Public:
Yes
Protected:
No
Sealed:
Yes
Abstract:
No

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; }

In this document