共用方式為


SPClaimTypes.IdentityProvider property

會取得 string,代表ClaimType用在SPClaim物件中包含的資訊可協助您決定身分識別提供者。

Namespace:  Microsoft.SharePoint.Administration.Claims
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Shared ReadOnly Property IdentityProvider As String
    Get
'用途
Dim value As String

value = SPClaimTypes.IdentityProvider
public static string IdentityProvider { get; }

Property value

Type: System.String
永遠會傳回字串,其中含有"https://schemas.microsoft.com/sharepoint/2009/08/claims/identityprovider"。

請參閱

參照

SPClaimTypes class

SPClaimTypes members

Microsoft.SharePoint.Administration.Claims namespace