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"。