Algorithm Property
Algorithm
The algorithm (and size) of the key to generate.
C#
public PivAlgorithm Algorithm { get; set; }
Property Value
Type | Description |
---|---|
PivAlgorithm | The algorithm. |
Exceptions
Type | Condition |
---|---|
System.ArgumentException | The algorithm specified is not valid for key pair generation. |