获取或设置本地声明类型,它等效于由受信任的登录提供程序发出的声明类型。
命名空间: Microsoft.SharePoint.Administration.Claims
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property MappedClaimType As String
Get
Set
用法
Dim instance As SPTrustedClaimTypeInformation
Dim value As String
value = instance.MappedClaimType
instance.MappedClaimType = value
public string MappedClaimType { get; set; }
属性值
类型:System.String
一个字符串,表示本地声明类型,它等效于由受信任的登录提供程序发出的声明类型。
异常
| 异常 | 条件 |
|---|---|
| ArgumentNullException | 值是空引用(无 在 Visual Basic 中)。 |
| ArgumentException | 此对象表示的标识声明类型或保留的声明类型。 |
另请参阅
引用
SPTrustedClaimTypeInformation 类