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