Class KeySize
RSA key size information
Inheritance
System.Object
KeySize
Namespace: AdmPwd.Types
Assembly: AdmPwd.PDSWrapper.dll
Syntax
public class KeySize : Object
Constructors
KeySize(int)
Constuctor
Declaration
public KeySize(int size)
Parameters
Type | Name | Description |
---|---|---|
int | size | Size of the key in bits (such as 2048) |
Properties
Size
Size of RSA key in bits
Declaration
public int Size { get; }
Property Value
Type | Description |
---|---|
int |