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

FabricClient.SecretStoreClient 类

定义

允许创建 Service Fabric 机密存储客户端

public sealed class FabricClient.SecretStoreClient
type FabricClient.SecretStoreClient = class
Public NotInheritable Class FabricClient.SecretStoreClient
继承
FabricClient.SecretStoreClient

方法

CreateSecretsAsync(SecretDescription[], TimeSpan, CancellationToken)

在中央机密存储中异步创建机密资源。

GetSecretsAsync(SecretReference[], Boolean, TimeSpan, CancellationToken)

从中央机密存储异步获取机密。

GetSecretVersionsAsync(SecretReference[], TimeSpan, CancellationToken)

从中央机密存储异步获取机密版本。

RemoveSecretsAsync(SecretReference[], TimeSpan, CancellationToken)

从中央机密存储异步删除机密。

SetSecretsAsync(Secret[], TimeSpan, CancellationToken)

在中央机密存储中异步设置机密。

适用于