CnfDecryptionKeysResolverAsync 대리자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
'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 암호 해독 키의 컬렉션입니다.