SPClaim.ClaimType property
取得目前宣告的宣告類型。
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property ClaimType As String
Get
'用途
Dim instance As SPClaim
Dim value As String
value = instance.ClaimType
public string ClaimType { get; }
Property value
Type: System.String
String 的宣告類型的值。
備註
宣告類型通常是 URI。例如,電子郵件地址宣告被表示為https://schemas.microsoft.com/ws/2008/06/identity/claims/email。
如需已知的宣告類型的清單,請參閱ClaimTypes和ClaimTypes。