SPIdentityClaimMapper class
說明的身分識別宣告對應程式行為抽象類別。任何實作此抽象類別的類別應瞭解如何將一組的身分識別宣告對應到單一的編碼 SP 身分識別宣告。
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Administration.Claims.SPIdentityClaimMapper
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public MustInherit Class SPIdentityClaimMapper
'用途
Dim instance As SPIdentityClaimMapper
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public abstract class SPIdentityClaimMapper
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.