Show / Hide Table of Contents

PublicKey Class

Namespace: Yubico.YubiKey.Cryptography Assembly: Yubico.YubiKey.dll
C#
public abstract class PublicKey : IPublicKey, IKeyBase
Inheritance object PublicKey
Curve25519PublicKey
ECPublicKey
RSAPublicKey
Implements
IPublicKey
IKeyBase

Properties

Name Description
KeyType

Gets the type of the cryptographic key.

Methods

Name Description
ExportSubjectPublicKeyInfo()

Exports the public-key portion of the current key in the X.509 SubjectPublicKeyInfo format.

Extension Methods

IPublicKeyExtensions.Cast<T>(IPublicKey)
KeyExtensions.EncodeAsPiv(IPublicKey)
In this article
Back to top Generated by DocFX