CnfDecryptionKeysResolverAsync 대리자

정의

'cnf' 클레임 암호 해독에 사용되는 s 컬렉션을 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

로 표시되는 'cnf' 클레임입니다 SecurityToken.

cancellationToken
CancellationToken

작업을 취소해야 한다는 알림을 전파합니다.

반환 값

cnf 암호 해독 키의 컬렉션입니다.

적용 대상