Table of Contents

Class IPublicKeyExtensions

Namespace
Yubico.YubiKey.Cryptography
Assembly
Yubico.YubiKey.dll
public static class IPublicKeyExtensions
Inheritance
object
IPublicKeyExtensions

Methods

Cast<T>(IPublicKey)

Casts the given IPublicKey to the specified type.

public static T Cast<T>(this IPublicKey key) where T : class, IPublicKey

Parameters

key IPublicKey

Returns

T

Type Parameters

T

Exceptions

InvalidCastException