Show / Hide Table of Contents

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
ArgumentException

The algorithm specified is not valid for key pair generation.

In this article
Back to top Generated by DocFX