Freigeben über


SPTrustedLoginProvider.ClaimTypeInformation-Eigenschaft

Ruft die Informationen zu den Anspruchstyp, einschließlich Transformationen und akzeptierte Forderung Werte ab.

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

Syntax

'Declaration
Public ReadOnly Property ClaimTypeInformation As IEnumerable(Of SPTrustedClaimTypeInformation)
    Get
'Usage
Dim instance As SPTrustedLoginProvider
Dim value As IEnumerable(Of SPTrustedClaimTypeInformation)

value = instance.ClaimTypeInformation
public IEnumerable<SPTrustedClaimTypeInformation> ClaimTypeInformation { get; }

Eigenschaftswert

Typ: System.Collections.Generic.IEnumerable<SPTrustedClaimTypeInformation>
Die Informationen zu den Anspruchstyp.

Siehe auch

Referenz

SPTrustedLoginProvider Klasse

SPTrustedLoginProvider-Member

Microsoft.SharePoint.Administration.Claims-Namespace