你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Invoke-ServiceFabricEncryptSecret
过时。 请使用 Invoke-ServiceFabricEncryptText cmdlet。
语法
Invoke-ServiceFabricEncryptSecret
[-CertThumbPrint] <String>
[-CertStoreLocation] <String>
[-Text] <String>
[<CommonParameters>]
说明
此 cmdlet 过时,以支持 Invoke-ServiceFabricEncryptText。
示例
示例 1:加密纯文本
PS C:\> Invoke-ServiceFabricEncryptSecret -CertThumbPrint "22 5c 58 43 48 50 92 57 2c 22 32 26 ae 67 87 ba c2 f1 cf 24" -CertStoreLocation "MY" -Text "xstore:DefaultEndpointsProtocol=https;AccountName=servicefabricstorage;AccountKey=[StorageAccountKey];Container=clusterupgrade"
此命令对指定的纯文本进行加密。 该命令指定证书指纹和存储名称。
参数
-CertStoreLocation
指定证书存储区中证书的位置。 默认位置为 MY。
类型: | String |
Position: | 1 |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-CertThumbPrint
指定要用于加密的证书的指纹。
类型: | String |
Position: | 0 |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-Text
指定要加密的字符串。
类型: | String |
Position: | 2 |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
输入
None
输出
System.Object