Show / Hide Table of Contents

Enum RSAKeySize

Represents an RSA key's size.

Possible values are 512-bit, 1024-bit, 2048-bit and 4096-bit.

The bigger, the slower, the safer.

Namespace: GlitchedPolygons.Services.Cryptography.Asymmetric
Assembly: GlitchedPolygons.Services.Cryptography.Asymmetric.dll
Syntax
public enum RSAKeySize : int

Fields

Name Description
RSA1024

1024-bit RSA Key.

RSA2048

2048-bit RSA Key.

RSA4096

4096-bit RSA Key.

RSA512

512-bit RSA Key (don't use this please!).

  • Improve this Doc
  • View Source
Back to top Generated by DocFX