PathHelper.GetSecretsPathFromSecretsId(String) メソッド

定義

ユーザー シークレットを格納する 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。

返品

シークレット ファイルへの完全なパス。

注釈

このメソッドは、現在のユーザー プロファイルを使用して、ソース管理外の場所にあるディスク上のシークレット ファイルを見つけます。

適用対象