SPTrustedClaimTypeInformation.InputClaimType Property

Gets the string that represents the claim type issued by the trusted login provider.

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

Syntax

'Declaration
Public ReadOnly Property InputClaimType As String
    Get
'Usage
Dim instance As SPTrustedClaimTypeInformation
Dim value As String

value = instance.InputClaimType
public string InputClaimType { get; }

Property Value

Type: System.String
A string representing the claim type issued by the trusted login provider.

See Also

Reference

SPTrustedClaimTypeInformation Class

SPTrustedClaimTypeInformation Members

Microsoft.SharePoint.Administration.Claims Namespace