Invoke-ServiceFabricEncryptSecret
過時。 請使用 Invoke-ServiceFabricEncryptText Cmdlet。
語法
Invoke-ServiceFabricEncryptSecret
[-CertThumbPrint] <String>
[-CertStoreLocation] <String>
[-Text] <String>
[<CommonParameters>]
Description
此 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