Table of Contents

Interface IKeyProvider

Namespace
The.Security.PKI
Assembly
Instagile.dll
public interface IKeyProvider

Methods

CreateNamedKeyAsync(IEntityContext, string, CancellationToken)

load a public key for verification only

Task<AuthenticationResult<RSA>> CreateNamedKeyAsync(IEntityContext context, string keyName, CancellationToken cancellationToken)

Parameters

context IEntityContext
keyName string
cancellationToken CancellationToken

Returns

Task<AuthenticationResult<RSA>>