PathHelper.GetSecretsPathFromSecretsId(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回存储用户机密的 JSON 文件的路径。
这使用当前用户配置文件在源代码管理外部的位置中找到磁盘上的机密文件。
public:
static System::String ^ GetSecretsPathFromSecretsId(System::String ^ userSecretsId);
public static string GetSecretsPathFromSecretsId (string userSecretsId);
static member GetSecretsPathFromSecretsId : string -> string
Public Shared Function GetSecretsPathFromSecretsId (userSecretsId As String) As String
参数
- userSecretsId
- String
用户机密 ID。
返回
机密文件的完整路径。