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

CachingKeyResolver(Int32, IKeyResolver) 构造函数

定义

public CachingKeyResolver(int capacity, Microsoft.Azure.KeyVault.Core.IKeyResolver inner);
new Microsoft.Azure.KeyVault.CachingKeyResolver : int * Microsoft.Azure.KeyVault.Core.IKeyResolver -> Microsoft.Azure.KeyVault.CachingKeyResolver
Public Sub New (capacity As Integer, inner As IKeyResolver)

参数

capacity
Int32
inner
IKeyResolver

适用于