提供要分析的令牌字符串中的方法。
命名空间: Microsoft.SharePoint.Client
程序集: Microsoft.SharePoint.Client(位于 Microsoft.SharePoint.Client.dll 中)
语法
声明
Public Shared Function TryParse ( _
str As String _
) As ExternalApplicationRequestToken
用法
Dim str As String
Dim returnValue As ExternalApplicationRequestToken
returnValue = ExternalApplicationRequestToken.TryParse(str)
public static ExternalApplicationRequestToken TryParse(
string str
)
参数
str
类型:System.String对标记进行分析String对象。
返回值
类型:Microsoft.SharePoint.Client.ExternalApplicationRequestToken
从外部应用程序请求令牌对象。
备注
此方法返回ExternalApplicationRequestToken对象,其中包含令牌版本、 站点 ID、 用户 ID、 应用程序 ID、 应用程序主体登录名、 当前日期和时间、 客户端哈希值,以及服务器哈希值。
另请参阅
引用
ExternalApplicationRequestToken 类