SPIdentityProviders.Format 方法
从指定的颁发者类型和颁发者标识符创建颁发者。
命名空间: Microsoft.SharePoint.Administration.Claims
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Shared Function Format ( _
type As String, _
identifier As String _
) As String
用法
Dim type As String
Dim identifier As String
Dim returnValue As String
returnValue = SPIdentityProviders.Format(type, identifier)
public static string Format(
string type,
string identifier
)
参数
type
类型:System.String颁发者的类型。
identifier
类型:System.String颁发者的标识符。
返回值
类型:System.String
颁发者。
异常
异常 | 条件 |
---|---|
ArgumentException | type是 null ,或空字符串, identifiertype不是Forms(), Trusted()或Windows()是 null 或空字符串。 |
备注
如果type等于Windows(),则此方法会返回Windows()。如果type , Forms(), Trusted(),则此方法返回的连接的类型和标识符,隔开: 字符。