Show / Hide Table of Contents

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
ArgumentException

The algorithm specified is not a supported asymmetric algorithm.

In this article
Back to top Generated by DocFX