获取由外部应用程序提供商提供的 base64 编码哈希值。
命名空间: Microsoft.SharePoint.Client
程序集: Microsoft.SharePoint.Client(位于 Microsoft.SharePoint.Client.dll 中)
语法
声明
Public Property ServerHash As Byte()
Get
Friend Set
用法
Dim instance As ExternalApplicationRequestToken
Dim value As Byte()
value = instance.ServerHash
public byte[] ServerHash { get; internal set; }
属性值
类型:[]
Base64 编码或空引用(无 在 Visual Basic 中)哈希值。
另请参阅
引用
ExternalApplicationRequestToken 类