Show / Hide Table of Contents

GetOidsByKeyType Method

GetOidsByKeyType(KeyType)

Gets the algorithm and curve OIDs for a specific key type

C#
public static (string AlgorithmOid, string? Curveoid) GetOidsByKeyType(KeyType keyType)

Parameters

Type Name Description
KeyType keyType

Returns

(string AlgorithmOid, string Curveoid)

In this article
Back to top Generated by DocFX