SPIdentityProviders.GetIdentityProviderType method
語彙基元的來源取得簽發者類型,從value參數。
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Shared Function GetIdentityProviderType ( _
value As String _
) As String
'用途
Dim value As String
Dim returnValue As String
returnValue = SPIdentityProviders.GetIdentityProviderType(value)
public static string GetIdentityProviderType(
string value
)
參數
value
Type: System.String指定要從中擷取簽發者類型的值。
傳回值
Type: System.String
會傳回內含簽發者類型String .
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | String內含解壓縮簽發者類型是 null 或空白。 |