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