SPIdentityProviders.GetIdentityProviderIdentifier method
會從指定的值,取得發行者識別碼。
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Shared Function GetIdentityProviderIdentifier ( _
value As String _
) As String
'用途
Dim value As String
Dim returnValue As String
returnValue = SPIdentityProviders.GetIdentityProviderIdentifier(value)
public static string GetIdentityProviderIdentifier(
string value
)
參數
value
Type: System.String擷取發行者識別碼的值。
傳回值
Type: System.String
發行者識別碼。
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | value是 null 或空字串。 |
備註
如果找不到發行者識別碼,此方法會傳回空字串。