次の方法で共有


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。

戻り値

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

適用対象