CloudSpatialAnchorSession.GetAccessTokenWithAccountKeyAsync(String) 方法

定义

从帐户密钥获取 Azure 空间定位点访问令牌。

public:
 System::Threading::Tasks::Task<System::String ^> ^ GetAccessTokenWithAccountKeyAsync(System::String ^ accountKey);
public System.Threading.Tasks.Task<string> GetAccessTokenWithAccountKeyAsync (string accountKey);
member this.GetAccessTokenWithAccountKeyAsync : string -> System.Threading.Tasks.Task<string>
Public Function GetAccessTokenWithAccountKeyAsync (accountKey As String) As Task(Of String)

参数

accountKey
String

帐户密钥。

返回

适用于