CnfDecryptionKeysResolverAsync 代理人

定義

'cnf' 要求の暗号化解除に使用される SecurityKeyのコレクションを取得するために呼び出されるデリゲート。

public delegate System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.IdentityModel.Tokens.SecurityKey>> CnfDecryptionKeysResolverAsync(SecurityToken jweCnf, CancellationToken cancellationToken);
type CnfDecryptionKeysResolverAsync = delegate of SecurityToken * CancellationToken -> Task<seq<SecurityKey>>
Public Delegate Function CnfDecryptionKeysResolverAsync(jweCnf As SecurityToken, cancellationToken As CancellationToken) As Task(Of IEnumerable(Of SecurityKey)) 

パラメーター

jweCnf
SecurityToken

SecurityTokenとして表される 'cnf' 要求。

cancellationToken
CancellationToken

操作を取り消す必要があることを示す通知を伝達します。

戻り値

cnf 復号化キーのコレクション。

適用対象