你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IKey 接口

定义

public interface IKey : IDisposable
type IKey = interface
    interface IDisposable
Public Interface IKey
Implements IDisposable
派生
实现

属性

DefaultEncryptionAlgorithm
DefaultKeyWrapAlgorithm
DefaultSignatureAlgorithm
Kid

方法

DecryptAsync(Byte[], Byte[], Byte[], Byte[], String, CancellationToken)
EncryptAsync(Byte[], Byte[], Byte[], String, CancellationToken)
SignAsync(Byte[], String, CancellationToken)
UnwrapKeyAsync(Byte[], String, CancellationToken)
VerifyAsync(Byte[], Byte[], String, CancellationToken)
WrapKeyAsync(Byte[], String, CancellationToken)

适用于