Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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